tiramisu-api-python/test/data/unicode1_multi_value.json

43 lines
725 B
JSON

{
"schema": {
"options": {
"name": "options",
"properties": {
"options.unicode": {
"name": "options.unicode",
"title": "String 1",
"type": "string",
"value": [
"a",
"b"
],
"isMulti": true
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": [
{
"key": "options.unicode",
"required": true,
"value": [
"a",
"b"
],
"owner": "default"
}
],
"form": [
{
"clearable": true,
"type": "input",
"key": "options.unicode"
},
{
"title": "Configurer",
"type": "submit"
}
]
}