demo-process-models/examples/2-in-depth/data-stores/json-file-as-data-store/simple-form-schema.json

14 lines
322 B
JSON

{
"title": "",
"description": "The dropdown list below is built from data read in from a json file.",
"type": "object",
"properties": {
"selected": {
"title": "Select your flavor of gatoraide",
"type": "string",
"anyOf": [
"options_from_task_data_var:gator_select"
]
}
}
}