mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 04:05:27 +00:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"title": "Select Timer",
|
|
"type": "object",
|
|
"required": [
|
|
"timer_value_tfc",
|
|
"time_format"
|
|
],
|
|
"properties": {
|
|
"timer_value_tfc": {
|
|
"type": "integer",
|
|
"title": "Timer Value"
|
|
},
|
|
"time_format":{
|
|
"type": "string",
|
|
"title": "Time format",
|
|
"enum": ["Hour(s)", "Minute(s)", "Second(s)"]
|
|
}
|
|
}
|
|
} |