mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:18:08 +00:00
25 lines
393 B
JSON
25 lines
393 B
JSON
{
|
|
"title": "Select Timer",
|
|
"type": "object",
|
|
"required": [
|
|
"timer_value_warehouse",
|
|
"time_format"
|
|
],
|
|
"properties": {
|
|
"timer_value_warehouse": {
|
|
"type": "string",
|
|
"title": "Timer Value",
|
|
"default":"PT"
|
|
},
|
|
"time_format":{
|
|
"type": "string",
|
|
"title": "Time format",
|
|
"enum": ["Hour(s)", "Minute(s)", "Second(s)","Day(s)"]
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|