Updated animations
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user