mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
49 lines
723 B
JSON
49 lines
723 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"patternProperties": {
|
||
|
"^.*$": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"properties": {
|
||
|
"title": {
|
||
|
"anyOf": [
|
||
|
{
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"params": {
|
||
|
"type": "object",
|
||
|
"patternProperties": {
|
||
|
"^.*$": {
|
||
|
"anyOf": [
|
||
|
{
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"title"
|
||
|
],
|
||
|
"additionalProperties": false
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|