mediawiki-extensions-Visual.../modules/ve-mw/definedTransclusionSchema.json

49 lines
723 B
JSON
Raw Normal View History

{
"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
}