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