From 8aa96f69c2fa7f0209ebd6ec114e17c44f49daea Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 8 Nov 2023 15:45:03 +0000 Subject: [PATCH] User: asolano@emerson.com clicked save for playground/emerson/test/Test 1-schema.json --- playground/emerson/test/Test 1-schema.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/playground/emerson/test/Test 1-schema.json b/playground/emerson/test/Test 1-schema.json index 6830f33f..cd8a1492 100644 --- a/playground/emerson/test/Test 1-schema.json +++ b/playground/emerson/test/Test 1-schema.json @@ -1,6 +1,6 @@ { - "title": "Date", - "description": "Create a date field with a date picker (delivery_date).", + "title": "Checkbox", + "description": "A super simple checkbox", "type": "object", "required": [ "firstName" @@ -16,6 +16,11 @@ "format": "date", "title": "Preferred Delivery Date", "validationErrorMessage": "Date must be today's date or later" + }, + "done": { + "type": "boolean", + "title": "Done?", + "default": false } } } \ No newline at end of file