User: hurairaidrees@gmail.com clicked save for playground/nutech/receipt/timertfc-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-28 10:38:38 +00:00
parent a03858b682
commit 8a967559dc

View File

@ -1,15 +1,22 @@
{ {
"title": "Text Field", "title": "Select Timer",
"type": "object", "type": "object",
"required": [ "required": [
"timer_value_1" "timer_value_sasd",
"time_format"
], ],
"properties": { "properties": {
"timer_value_1": { "timer_value_sasd": {
"type": "string", "type": "string",
"title": "Enter Timer Value" "title": "Timer Value",
} "default":"PT"
} },
"time_format":{
"type": "string",
"title": "Time format",
"enum": ["Hour(s)", "Minute(s)", "Second(s)","Day(s)"]
}
}
} }