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

This commit is contained in:
sartography-automated-committer 2024-02-28 10:39:58 +00:00
parent 0d1644ba5a
commit 1d39a79aee
1 changed files with 13 additions and 6 deletions

View File

@ -1,15 +1,22 @@
{
"title": "Text Field",
"title": "Select Timer",
"type": "object",
"required": [
"timer_value_warehouse"
"timer_value_sasd",
"time_format"
],
"properties": {
"timer_value_warehouse": {
"timer_value_sasd": {
"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)"]
}
}
}