3
0
corteza/locale/schema/config.json
2022-11-14 09:26:47 +01:00

17 lines
350 B
JSON

{
"$id": "https://schemas.cortezaproject.org/def.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Language name"
},
"extends": {
"type": "string",
"title": "Language to extend"
}
},
"additionalProperties": false
}