User: adeen.ayub.vine@gmail.com clicked save for playground/nutech/receipt-test/timertfc-schema.json
This commit is contained in:
parent
e0f04b9898
commit
e5278f3ed7
|
@ -1,20 +1,13 @@
|
|||
{
|
||||
"title": "Select Timer",
|
||||
"title": "Text Field",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"timer_value_tfc",
|
||||
"time_format"
|
||||
"timer_value_warehouse"
|
||||
],
|
||||
"properties": {
|
||||
"timer_value_tfc": {
|
||||
"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)"]
|
||||
"title": "Timer Value"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue