Detail shouldn't have count in the schema

This commit is contained in:
Nick J. Connors 2022-02-06 14:27:30 -05:00
parent 58947aaba8
commit c027cdddc4

View File

@ -680,9 +680,6 @@
"items": { "items": {
"type": "object", "type": "object",
"properties": { "properties": {
"count": {
"type": "integer"
},
"path": { "path": {
"type": "string", "type": "string",
"description": "Either the path in the scene hierarchy of the item to copy or the path to the object in the supplied asset bundle" "description": "Either the path in the scene hierarchy of the item to copy or the path to the object in the supplied asset bundle"