{ "title": "Vacation Request Form", "description": "Please provide information about your vacation", "type": "object", "required": [ "" ] "properties": { "description": { "type": "string", "title": "Description" }, "delivery_date": { "type": "string", "format": "date", "title": "Preferred Delivery Date", "validationErrorMessage": "Date must be today's date or later" }, "delivery_date": { "type": "string", "format": "date", "title": "Preferred Delivery Date", "validationErrorMessage": "Date must be today's date or later" } } }