45 lines
757 B
JSON
45 lines
757 B
JSON
{
|
|
"schema": {
|
|
"options": {
|
|
"name": "options",
|
|
"properties": {
|
|
"options.unicode": {
|
|
"name": "options.unicode",
|
|
"type": "string",
|
|
"value": [
|
|
"a",
|
|
"b"
|
|
],
|
|
"isMulti": true,
|
|
"title": "String 1"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "Common configuration"
|
|
}
|
|
},
|
|
"model": {
|
|
"options.unicode": {
|
|
"required": true,
|
|
"value": [
|
|
"c",
|
|
"d",
|
|
"e"
|
|
],
|
|
"owner": "user"
|
|
}
|
|
},
|
|
"form": {
|
|
"options.unicode": {
|
|
"clearable": true,
|
|
"type": "input"
|
|
},
|
|
"null": [
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
},
|
|
"version": "1.0"
|
|
} |