User: hurairaidrees@gmail.com clicked save for playground/nutech/receipt/timerwarehouse-schema.json
This commit is contained in:
parent
0d1644ba5a
commit
1d39a79aee
|
@ -1,15 +1,22 @@
|
|||
{
|
||||
"title": "Text Field",
|
||||
"title": "Select Timer",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"timer_value_warehouse"
|
||||
"timer_value_sasd",
|
||||
"time_format"
|
||||
],
|
||||
"properties": {
|
||||
"timer_value_warehouse": {
|
||||
"timer_value_sasd": {
|
||||
"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)"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue