Add many missing documentation to components

This commit is contained in:
Ben Dodd
2022-06-23 20:48:19 +01:00
parent feb600d21b
commit 3df9e495bd
27 changed files with 123 additions and 106 deletions

View File

@@ -7,14 +7,14 @@
"properties": {
"min_delay_secs": {
"type": "integer",
"description": "UNDOCUMENTED",
"description": "The minimum time in seconds before a scheduled event occurs",
"$comment": "UNDOCUMENTED",
"title": "Minimum Delay Secs",
"minimum": 0
},
"max_delay_secs": {
"type": "integer",
"description": "UNDOCUMENTED",
"description": "The maximum time in seconds before a scheduled event occurs",
"$comment": "UNDOCUMENTED",
"title": "Maximum Delay Secs",
"minimum": 0
@@ -26,7 +26,7 @@
"items": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED",
"description": "A filter and event pair. The event runs when the filter criteria succeeds",
"$comment": "UNDOCUMENTED",
"title": "Scheduled Events",
"properties": {