Add sound event schema and use where appropriate (#120)
* Fix typo in module name * Add sound_event schema and add it where appropriate
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"celebration_sound": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "The sound event to trigger during the celebration.",
|
||||
"title": "Celebration Sound"
|
||||
"title": "Celebration Sound",
|
||||
"$ref": "../../../../general/sound_event.json"
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
|
||||
Reference in New Issue
Block a user