User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/manualchecking-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-16 09:34:36 +00:00
parent ae3e041ff1
commit ca72196483
1 changed files with 8 additions and 9 deletions

View File

@ -1,12 +1,11 @@
{
"title": "Dropdown list",
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
"favoriteFruit": {
"title": "Select your favorite fruit",
"type": "string",
"anyOf": [
"options_from_task_data_var:fruits"
]
"title": "Checkbox",
"description": "Authority Letter/Unit Demand Collected?",
"properties": {
"documents_collected": {
"type": "boolean",
"title": "Documents Collected",
"default": false
}
}
}