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",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"timer_value_tfc",
|
"timer_value_warehouse"
|
||||||
"time_format"
|
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"timer_value_tfc": {
|
"timer_value_warehouse": {
|
||||||
"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)"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue