User: adeen.ayub.vine@gmail.com clicked save for playground/nutech/receipt-test/timertfc-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-28 07:01:58 +00:00
parent e0f04b9898
commit e5278f3ed7
1 changed files with 4 additions and 11 deletions

View File

@ -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)"]
} }
} }
} }