mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
13 lines
328 B
JSON
13 lines
328 B
JSON
{
|
|
"title": "Date",
|
|
"description": "Create a date field with a date picker (delivery_date).",
|
|
"type": "object",
|
|
"properties": {
|
|
"delivery_date": {
|
|
"type": "string",
|
|
"format": "date",
|
|
"title": "Preferred Delivery Date",
|
|
"validationErrorMessage": "Date must be today's date or later"
|
|
}
|
|
}
|
|
} |