From 5a7aa0bfac73c88d1db08adc5062c972d7e1bfc4 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 28 Feb 2024 10:39:50 +0000 Subject: [PATCH] User: hurairaidrees@gmail.com clicked save for playground/nutech/receipt/timerwarehouse-schema.json --- .../nutech/receipt/timerwarehouse-schema.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/playground/nutech/receipt/timerwarehouse-schema.json b/playground/nutech/receipt/timerwarehouse-schema.json index a827ecd4..33988996 100644 --- a/playground/nutech/receipt/timerwarehouse-schema.json +++ b/playground/nutech/receipt/timerwarehouse-schema.json @@ -1,20 +1,13 @@ { - "title": "Select Timer", + "title": "Text Field", "type": "object", "required": [ - "timer_value_sasd", - "time_format" + "timer_value_warehouse" ], "properties": { - "timer_value_sasd": { + "timer_value_warehouse": { "type": "string", - "title": "Timer Value", - "default":"PT" - }, - "time_format":{ - "type": "string", - "title": "Time format", - "enum": ["Hour(s)", "Minute(s)", "Second(s)","Day(s)"] -} -} + "title": "Timer Value" + } + } } \ No newline at end of file