35 lines
573 B
JSON
35 lines
573 B
JSON
{
|
|
"schema": {
|
|
"options": {
|
|
"name": "options",
|
|
"properties": {
|
|
"options.unicode": {
|
|
"name": "options.unicode",
|
|
"type": "string",
|
|
"title": "Expert unicode"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "Common configuration"
|
|
}
|
|
},
|
|
"model": {
|
|
"options": {
|
|
"properties": [
|
|
"expert"
|
|
]
|
|
}
|
|
},
|
|
"form": {
|
|
"options.unicode": {
|
|
"type": "input"
|
|
},
|
|
"null": [
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
},
|
|
"version": "1.0"
|
|
} |