diff --git a/examples/0-2-basic-example/norris-schema.json b/examples/0-2-basic-example/norris-schema.json index 240a768c..43dc727f 100644 --- a/examples/0-2-basic-example/norris-schema.json +++ b/examples/0-2-basic-example/norris-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", @@ -58,6 +58,11 @@ "bio": { "type": "string", "title": "Bio" + }, + "done": { + "type": "boolean", + "title": "Done?", + "default": false } } } \ No newline at end of file