Added sounds
This commit is contained in:
@@ -41,19 +41,15 @@
|
|||||||
"title": "Sounds",
|
"title": "Sounds",
|
||||||
"description": "UNDOCUMENTED: sounds",
|
"description": "UNDOCUMENTED: sounds",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
{ "type": "string", "$ref": "#/definitions/SoundPath" },
|
||||||
{
|
{
|
||||||
"$id": "#/Sound/sounds/stringItem",
|
"title": "Sounds",
|
||||||
"type": "string",
|
"description": "A collection of sounds to choice from",
|
||||||
"$ref": "#/definitions/SoundPath",
|
|
||||||
"description": "UNDOCUMENTED",
|
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Sounds"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"$id": "#/Sound/sounds/ObjectItem",
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["name"],
|
"required": ["name"],
|
||||||
|
"examples": [{ "load_on_low_memory": false, "name": "sounds/fx/example" }],
|
||||||
"properties": {
|
"properties": {
|
||||||
"is3D": {
|
"is3D": {
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
@@ -83,10 +79,7 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0
|
"minimum": 0
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"description": "UNDOCUMENTED",
|
|
||||||
"$comment": "UNDOCUMENTED",
|
|
||||||
"title": "Sounds"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user