2024-02-26 07:06:27 +00:00
|
|
|
{
|
2024-02-28 04:37:59 +00:00
|
|
|
"title": "Select Timer",
|
2024-02-26 07:06:27 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
2024-02-28 04:41:53 +00:00
|
|
|
"timer_value_tfc",
|
2024-02-28 04:41:55 +00:00
|
|
|
"time_format"
|
2024-02-26 07:06:27 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2024-02-26 07:06:32 +00:00
|
|
|
"timer_value_tfc": {
|
2024-02-28 04:42:15 +00:00
|
|
|
"type": "integer",
|
2024-02-26 07:06:27 +00:00
|
|
|
"title": "Timer Value"
|
2024-02-28 04:38:31 +00:00
|
|
|
},
|
2024-02-28 04:38:56 +00:00
|
|
|
"time_format":{
|
2024-02-28 04:39:33 +00:00
|
|
|
"type": "string",
|
2024-02-28 04:39:59 +00:00
|
|
|
"title": "Time format",
|
2024-02-28 04:45:56 +00:00
|
|
|
"enum": ["Hour(s)", "Minute(s)", "Second(s)","Days"]
|
2024-02-28 04:38:56 +00:00
|
|
|
}
|
2024-02-26 07:06:27 +00:00
|
|
|
}
|
|
|
|
}
|