{ "title": "Nested Form / Repeating Section", "description": "Allow the form submitter to add multiple entries for a set of fields.", "type": "object", "properties": { "item": { "type": "array", "title": "Leave Dates", "items": { "type": "object", "required": [ "leave_date" ], "properties": { "leave_date": { "type": "string", "title": "Leave Date", "format": "date" } } } } } }