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-26 07:06:34 +00:00
|
|
|
"timer_value_tfc"
|
2024-02-26 07:06:27 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2024-02-26 07:06:32 +00:00
|
|
|
"timer_value_tfc": {
|
2024-02-26 07:06:27 +00:00
|
|
|
"type": "string",
|
|
|
|
"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:42 +00:00
|
|
|
"title": 'Dropdown Menu',
|
2024-02-28 04:39:22 +00:00
|
|
|
enum: ['Option 1', 'Option 2', 'Option 3'],
|
2024-02-28 04:38:56 +00:00
|
|
|
}
|
2024-02-26 07:06:27 +00:00
|
|
|
}
|
|
|
|
}
|