From ed345160165a1df9084fa8b341d9a00397817489 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 25 Jan 2024 16:24:25 +0000 Subject: [PATCH] User: daniel.h.funk@gmail.com clicked save for playground/dan/webinar/1-approval-two-eyes/request-schema.json --- .../dan/webinar/1-approval-two-eyes/request-schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playground/dan/webinar/1-approval-two-eyes/request-schema.json b/playground/dan/webinar/1-approval-two-eyes/request-schema.json index 6a5e4eba..9998d5a5 100644 --- a/playground/dan/webinar/1-approval-two-eyes/request-schema.json +++ b/playground/dan/webinar/1-approval-two-eyes/request-schema.json @@ -8,6 +8,12 @@ "title": "Check to Approve", "default": false }, + "delivery_date": { + "type": "string", + "format": "date", + "title": "Preferred Delivery Date", + "validationErrorMessage": "Date must be today's date or later" + }, "firstName": { "type": "string", "title": "First name",