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 06:18:28 +00:00
parent 8d29426d94
commit e4253ec752
1 changed files with 20 additions and 1 deletions

View File

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