diff --git a/source/resource/animations/1.10.0/actor_animation.json b/source/resource/animations/1.10.0/actor_animation.json index 43315810..cceaee38 100644 --- a/source/resource/animations/1.10.0/actor_animation.json +++ b/source/resource/animations/1.10.0/actor_animation.json @@ -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": { diff --git a/source/resource/animations/1.8.0/actor_animation.json b/source/resource/animations/1.8.0/actor_animation.json index 9ec3ab79..1d1ce55a 100644 --- a/source/resource/animations/1.8.0/actor_animation.json +++ b/source/resource/animations/1.8.0/actor_animation.json @@ -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",