mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 10:15:19 +00:00
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"title": "Select Timer",
|
|
"type": "object",
|
|
"required": [
|
|
"timer_value_tfc"
|
|
],
|
|
"properties": {
|
|
"timer_value_tfc": {
|
|
"type": "string",
|
|
"title": "Timer Value"
|
|
},
|
|
"time_format":{
|
|
"type": "string",
|
|
"title": "Time format",
|
|
"enum": ["H", "Option 2", "Option 3"]
|
|
}
|
|
}
|
|
} |