Updated animations

This commit is contained in:
DaanV2
2021-04-28 22:40:44 +02:00
parent 44923ff4af
commit 90866c61b3
2 changed files with 16 additions and 2 deletions

View File

@@ -220,7 +220,14 @@
"description": "TODO", "description": "TODO",
"type": "object", "type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" },
"additionalProperties": { "$ref": "#/definitions/SoundEffect" } "additionalProperties": {
"title": "Timeline Object",
"description": "A single point in time",
"oneOf": [
{ "type": "object", "$ref": "#/definitions/SoundEffect" },
{ "type": "array", "items": { "$ref": "#/definitions/SoundEffect" } }
]
}
}, },
"timeline": { "timeline": {
"title": "Timeline", "title": "Timeline",

View File

@@ -220,7 +220,14 @@
"description": "TODO", "description": "TODO",
"type": "object", "type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" },
"additionalProperties": { "$ref": "#/definitions/SoundEffect" } "additionalProperties": {
"title": "Timeline Object",
"description": "A single point in time",
"oneOf": [
{ "type": "object", "$ref": "#/definitions/SoundEffect" },
{ "type": "array", "items": { "$ref": "#/definitions/SoundEffect" } }
]
}
}, },
"timeline": { "timeline": {
"title": "Timeline", "title": "Timeline",