Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
feat: update json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Aug 14, 2024
1 parent e92c141 commit 41a881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"animations": {
"type": "array",
"items": {
"type": "object",
"type": ["object", "array"],
"properties": {
"type": {
"type": "string"
Expand Down

0 comments on commit 41a881d

Please sign in to comment.