diff --git a/extensions/2.0/Khronos/KHR_animation_pointer/README.md b/extensions/2.0/Khronos/KHR_animation_pointer/README.md index 2eb4a0ad3e..26c94fdc6c 100644 --- a/extensions/2.0/Khronos/KHR_animation_pointer/README.md +++ b/extensions/2.0/Khronos/KHR_animation_pointer/README.md @@ -103,7 +103,7 @@ To use this extension, the animation channel target path **MUST** be set to `"po ## glTF Schema Updates -- **JSON schema**: [glTF.KHR_animation_pointer.schema.json](schema/glTF.KHR_animation_pointer.schema.json) +- **JSON schema**: [animation.channel.target.KHR_animation_pointer.schema.json](schema/animation.channel.target.KHR_animation_pointer.schema.json) ## Example diff --git a/extensions/2.0/Khronos/KHR_animation_pointer/schema/glTF.KHR_animation_pointer.schema.json b/extensions/2.0/Khronos/KHR_animation_pointer/schema/animation.channel.target.KHR_animation_pointer.schema.json similarity index 87% rename from extensions/2.0/Khronos/KHR_animation_pointer/schema/glTF.KHR_animation_pointer.schema.json rename to extensions/2.0/Khronos/KHR_animation_pointer/schema/animation.channel.target.KHR_animation_pointer.schema.json index 7bdacffc6a..792e7c0eee 100644 --- a/extensions/2.0/Khronos/KHR_animation_pointer/schema/glTF.KHR_animation_pointer.schema.json +++ b/extensions/2.0/Khronos/KHR_animation_pointer/schema/animation.channel.target.KHR_animation_pointer.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "KHR_animation_pointer glTF extension", + "title": "KHR_animation_pointer glTF Animation Channel Target Extension", "type": "object", "description": "Extension object providing the JSON Pointer to the animated property.", "allOf": [ { "$ref": "glTFProperty.schema.json" } ],