mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 12:28:23 +00:00
User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/timervaluewarehouse-schema.json
This commit is contained in:
parent
7bcebc7d72
commit
f1756ecad9
@ -1,21 +1,26 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"title": "Text Field",
|
"title": "Select Timer",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"timer_value_warehouse"
|
"timer_value_sasd",
|
||||||
|
"time_format"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"timer_value_warehouse": {
|
"timer_value_sasd": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Timer Value"
|
"title": "Timer Value",
|
||||||
}
|
"default":"PT"
|
||||||
}
|
},
|
||||||
|
"time_format":{
|
||||||
|
"type": "string",
|
||||||
|
"title": "Time format",
|
||||||
|
"enum": ["Hour(s)", "Minute(s)", "Second(s)","Day(s)"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
timer_value_warehouse
|
timer_value_warehouse
|
Loading…
x
Reference in New Issue
Block a user