From 8852c4cbb177f7f08fe54cf92523f0c4ed6cbb4f Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Mon, 16 Oct 2023 00:18:37 +0000 Subject: [PATCH] User: mwilson1962@gmail.com clicked save for playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json --- .../daemonbuilder/MyFirstSchema-schema.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json b/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json index 07ceb0e0..d33cb406 100644 --- a/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json +++ b/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json @@ -1,6 +1,6 @@ { - "title": "Text Area", - "description": "A larger resizable area to enter longer text. (field name will be 'bio')", + "title": "Checkbox", + "description": "A super simple checkbox", "type": "object", "required": [ "firstName" @@ -14,6 +14,11 @@ "bio": { "type": "string", "title": "Bio" + }, + "done": { + "type": "boolean", + "title": "Done?", + "default": false } } } \ No newline at end of file