Regenerate schemes

This commit is contained in:
Pieter Vander Vennet 2022-01-27 00:46:50 +01:00
parent 0505a77606
commit 8b46a7e052
12 changed files with 3750 additions and 3780 deletions

View file

@ -18,29 +18,15 @@
"description": "A version number, either semantically or by date.\nShould be sortable, where the higher value is the later version", "description": "A version number, either semantically or by date.\nShould be sortable, where the higher value is the later version",
"type": "string" "type": "string"
}, },
"language": {
"description": "The supported language(s).\nThis should be a two-letter, lowercase code which identifies the language, e.g. \"en\", \"nl\", ...\nIf the theme supports multiple languages, use a list: `[\"en\",\"nl\",\"fr\"]` to allow the user to pick any of them",
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"mustHaveLanguage": { "mustHaveLanguage": {
"description": "Only used in 'generateLayerOverview': if present, every translation will be checked to make sure it is fully translated", "description": "Only used in 'generateLayerOverview': if present, every translation will be checked to make sure it is fully translated.\n\nThis must be a list of two-letter, lowercase codes which identifies the language, e.g. \"en\", \"nl\", ...",
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"
} }
}, },
"title": { "title": {
"description": "The title, as shown in the welcome message and the more-screen" "description": "The title, as shown in the welcome message and the more-screen."
}, },
"shortDescription": { "shortDescription": {
"description": "A short description, showed as social description and in the 'more theme'-buttons.\nNote that if this one is not defined, the first sentence of 'description' is used" "description": "A short description, showed as social description and in the 'more theme'-buttons.\nNote that if this one is not defined, the first sentence of 'description' is used"
@ -273,7 +259,6 @@
"description", "description",
"icon", "icon",
"id", "id",
"language",
"layers", "layers",
"maintainer", "maintainer",
"startLat", "startLat",

View file

@ -18,29 +18,15 @@ export default {
"description": "A version number, either semantically or by date.\nShould be sortable, where the higher value is the later version", "description": "A version number, either semantically or by date.\nShould be sortable, where the higher value is the later version",
"type": "string" "type": "string"
}, },
"language": {
"description": "The supported language(s).\nThis should be a two-letter, lowercase code which identifies the language, e.g. \"en\", \"nl\", ...\nIf the theme supports multiple languages, use a list: `[\"en\",\"nl\",\"fr\"]` to allow the user to pick any of them",
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"mustHaveLanguage": { "mustHaveLanguage": {
"description": "Only used in 'generateLayerOverview': if present, every translation will be checked to make sure it is fully translated", "description": "Only used in 'generateLayerOverview': if present, every translation will be checked to make sure it is fully translated.\n\nThis must be a list of two-letter, lowercase codes which identifies the language, e.g. \"en\", \"nl\", ...",
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"
} }
}, },
"title": { "title": {
"description": "The title, as shown in the welcome message and the more-screen" "description": "The title, as shown in the welcome message and the more-screen."
}, },
"shortDescription": { "shortDescription": {
"description": "A short description, showed as social description and in the 'more theme'-buttons.\nNote that if this one is not defined, the first sentence of 'description' is used" "description": "A short description, showed as social description and in the 'more theme'-buttons.\nNote that if this one is not defined, the first sentence of 'description' is used"
@ -273,7 +259,6 @@ export default {
"description", "description",
"icon", "icon",
"id", "id",
"language",
"layers", "layers",
"maintainer", "maintainer",
"startLat", "startLat",