Added base examples
This commit is contained in:
@@ -6,12 +6,19 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"priority": {
|
||||
"$ref": "./types/priority.json"
|
||||
},
|
||||
"sound_interval": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The interval in which a sound will play when active in a 1/delay chance to kick off",
|
||||
"title": "Sound Interval"
|
||||
}
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"sound_interval": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user