Fixed
This commit is contained in:
@@ -138,6 +138,7 @@
|
|||||||
"bones": {
|
"bones": {
|
||||||
"title": "Bones",
|
"title": "Bones",
|
||||||
"description": "Defines how the bones in an animation move or transform",
|
"description": "Defines how the bones in an animation move or transform",
|
||||||
|
"propertyNames": { "examples": ["leftArm"] },
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
"title": "Bones",
|
"title": "Bones",
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"description": "Defines how the bones in an animation move or transform",
|
"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",
|
"type": "object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Bone Transformation",
|
"title": "Bone Transformation",
|
||||||
|
|||||||
Reference in New Issue
Block a user