2024-01-25 16:23:04 +00:00
|
|
|
{
|
2024-01-25 16:23:05 +00:00
|
|
|
"title": "Checkbox",
|
|
|
|
"description": "A super simple checkbox",
|
2024-01-25 16:23:04 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-01-25 16:23:16 +00:00
|
|
|
"done": {
|
|
|
|
"type": "boolean",
|
2024-01-25 16:23:50 +00:00
|
|
|
"title": "Check to Approv",
|
2024-01-25 16:23:16 +00:00
|
|
|
"default": false
|
2024-01-25 16:23:19 +00:00
|
|
|
},
|
2024-01-25 16:23:04 +00:00
|
|
|
"delivery_date": {
|
|
|
|
"type": "string",
|
|
|
|
"format": "date",
|
|
|
|
"title": "Preferred Delivery Date",
|
|
|
|
"validationErrorMessage": "Date must be today's date or later"
|
2024-01-25 16:23:22 +00:00
|
|
|
}
|
2024-01-25 16:23:04 +00:00
|
|
|
}
|
|
|
|
}
|