diff --git a/examples/0-2-basic-example/norris-schema.json b/examples/0-2-basic-example/norris-schema.json index fdc41099..e13c03d4 100644 --- a/examples/0-2-basic-example/norris-schema.json +++ b/examples/0-2-basic-example/norris-schema.json @@ -2,7 +2,7 @@ "title": "Nested Form / Repeating Section", "description": "Allow the form submitter to add multiple entries for a set of fields.", "type": "object", - "required": ["pushups"], + "required": ["pushups","than"], "properties": { "pushups": { "type": "boolean",