2024-01-18 21:19:11 +00:00
|
|
|
{
|
2024-01-18 21:19:46 +00:00
|
|
|
"title": "Please Enter Your Daily Record",
|
2024-01-18 21:19:15 +00:00
|
|
|
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
2024-01-18 21:19:11 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-01-18 21:19:54 +00:00
|
|
|
"thoughts": {
|
2024-01-18 21:19:11 +00:00
|
|
|
"type": "string",
|
2024-01-18 21:20:11 +00:00
|
|
|
"title": "Thoughts For the Day, how are you feeling?"
|
2024-01-18 21:19:12 +00:00
|
|
|
},
|
|
|
|
"done": {
|
|
|
|
"type": "boolean",
|
|
|
|
"title": "Done?",
|
|
|
|
"default": false
|
2024-01-18 21:19:13 +00:00
|
|
|
},
|
|
|
|
"delivery_date": {
|
|
|
|
"type": "string",
|
|
|
|
"format": "date",
|
|
|
|
"title": "Preferred Delivery Date",
|
|
|
|
"validationErrorMessage": "Date must be today's date or later"
|
2024-01-18 21:22:46 +00:00
|
|
|
}
|
2024-01-18 21:19:11 +00:00
|
|
|
}
|
|
|
|
}
|