User: adeen.ayub.vine@gmail.com clicked save for playground/nutech/receipt-test/timertfc-schema.json
This commit is contained in:
parent
8d29426d94
commit
e4253ec752
|
@ -1 +1,20 @@
|
|||
{}
|
||||
{}{
|
||||
"title": "Select Timer",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"timer_value_tfc",
|
||||
"time_format"
|
||||
],
|
||||
"properties": {
|
||||
"timer_value_tfc": {
|
||||
"type": "string",
|
||||
"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