Skip to content

Commit

Permalink
feat: support Slots in animated-text-document
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Apr 10, 2024
1 parent d8299ee commit 8aa6f43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/schema/animation/animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
},
{
"$ref": "#/$defs/assets/image"
},
{
"$ref": "#/$defs/text/animated-text-document"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions docs/schema/text/animated-text-document.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"x": {
"title": "Expression",
"type": "string"
},
"sid": {
"title": "Slot ID",
"description": "One of the ID in the file's slots",
"type": "string"
}
},
"required": ["k"]
Expand Down

0 comments on commit 8aa6f43

Please sign in to comment.