mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
11 lines
234 B
JSON
11 lines
234 B
JSON
|
{
|
||
|
"title": "Date",
|
||
|
"description": "Create a date field with a date picker (delivery_date).",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"delivery_date": {
|
||
|
"type": "string",
|
||
|
"title": "Preferred Delivery Date"
|
||
|
}
|
||
|
}
|
||
|
}
|