diff --git a/playground/dan/webinar/1-approval-two-eyes/vacation-request-schema.json b/playground/dan/webinar/1-approval-two-eyes/vacation-request-schema.json index 512359a8..4bc38b8a 100644 --- a/playground/dan/webinar/1-approval-two-eyes/vacation-request-schema.json +++ b/playground/dan/webinar/1-approval-two-eyes/vacation-request-schema.json @@ -2,7 +2,9 @@ "title": "Vacation Request Form", "description": "Please provide information about your vacation", "type": "object", - "required" + "required": [ + + ] "properties": { "description": { "type": "string",