demo-process-models/playground/nutech/receipt/timerwarehouse-schema.json

24 lines
415 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)"]
}
}
}