20 lines
401 B
JSON

{
"title": "Select Timer",
"type": "object",
"required": [
"timer_value_tfc",
"time_format"
],
"properties": {
"timer_value_tfc": {
"type": "string",
"title": "Timer Value",
"default":"PT"
},
"time_format":{
"type": "string",
"title": "Time format",
"enum": ["Hour(s)", "Minute(s)", "Second(s)","Day(s)"]
}
}
}