Skip to content

Commit

Permalink
Rename the schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev committed Jan 22, 2024
1 parent 32de659 commit c9a089a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/2.0/Khronos/KHR_animation_pointer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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" } ],
Expand Down

0 comments on commit c9a089a

Please sign in to comment.