18 lines
349 B
JSON
Raw Normal View History

{
"title": "Select Timer",
"type": "object",
"required": [
"timer_value_tfc"
],
"properties": {
"timer_value_tfc": {
"type": "string",
"title": "Timer Value"
},
"time_format":{
"type": "string",
"title": 'Dropdown Menu',
enum: ['Option 1', 'Option 2', 'Option 3'],
}
}
}