mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:28:14 +00:00
User: maximryzhov88@yandex.ru clicked save for playground/rmgi/test/form2-schema.json
This commit is contained in:
parent
19b42501a9
commit
d2a872476f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "Форма второго сотрудника",
|
||||
"description": "Выберите одно из трёх",
|
||||
"title": "Multiple Choice List",
|
||||
"description": "Build a multiple choice list with a predefined list of options",
|
||||
"properties": {
|
||||
"favoriteFruit": {
|
||||
"title": "Select your favorite fruit",
|
||||
@ -8,6 +8,21 @@
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:fruits"
|
||||
]
|
||||
},
|
||||
"multipleChoicesList": {
|
||||
"type": "array",
|
||||
"title": "A multiple choices list",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"foo",
|
||||
"bar",
|
||||
"fuzz",
|
||||
"qux"
|
||||
]
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
}
|
@ -1 +1,5 @@
|
||||
{}
|
||||
{
|
||||
"multipleChoicesList": {
|
||||
"ui:widget": "checkboxes"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user