Fixed
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
"bones": {
|
||||
"title": "Bones",
|
||||
"description": "Defines how the bones in an animation move or transform",
|
||||
"propertyNames": { "examples": ["leftArm"] },
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": {
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
"title": "Bones",
|
||||
"minProperties": 1,
|
||||
"description": "Defines how the bones in an animation move or transform",
|
||||
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] },
|
||||
"propertyNames": { "examples": ["leftArm"] },
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"title": "Bone Transformation",
|
||||
|
||||
Reference in New Issue
Block a user