mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
add descriptions to time module params
This commit is contained in:
@@ -65,7 +65,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"duration": {
|
"duration": {
|
||||||
"title": "Duration",
|
"title": "Duration",
|
||||||
"type": "integer"
|
"type": "integer",
|
||||||
|
"description": "Interval duration in milliseconds"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["duration"],
|
"required": ["duration"],
|
||||||
@@ -91,7 +92,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"duration": {
|
"duration": {
|
||||||
"title": "Duration",
|
"title": "Duration",
|
||||||
"type": "integer"
|
"type": "integer",
|
||||||
|
"description": "Timer duration in milliseconds"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["duration"],
|
"required": ["duration"],
|
||||||
|
|||||||
Reference in New Issue
Block a user