28 lines
882 B
JSON
28 lines
882 B
JSON
|
{
|
||
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||
|
"title": "AutoMod i18n language definition file",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"langs": {
|
||
|
"patternProperties": {
|
||
|
".*": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"name": {
|
||
|
"type": "string",
|
||
|
"title": "Language name"
|
||
|
},
|
||
|
"nameLocalised": {
|
||
|
"type": "string",
|
||
|
"title": "Localised language name"
|
||
|
},
|
||
|
"flag": {
|
||
|
"type": "string",
|
||
|
"title": "Language flag"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|