This commit is contained in:
DaanV2
2021-06-21 11:06:43 +02:00
parent cee7fa9029
commit 3a811b13eb
2 changed files with 2 additions and 1 deletions

View File

@@ -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": {

View File

@@ -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",