mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 00:18:06 +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": "Форма второго сотрудника",
|
"title": "Multiple Choice List",
|
||||||
"description": "Выберите одно из трёх",
|
"description": "Build a multiple choice list with a predefined list of options",
|
||||||
"properties": {
|
"properties": {
|
||||||
"favoriteFruit": {
|
"favoriteFruit": {
|
||||||
"title": "Select your favorite fruit",
|
"title": "Select your favorite fruit",
|
||||||
@ -8,6 +8,21 @@
|
|||||||
"anyOf": [
|
"anyOf": [
|
||||||
"options_from_task_data_var:fruits"
|
"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