forked from MapComplete/MapComplete
Chore: regenerate schemas
This commit is contained in:
parent
2a65a9f761
commit
b19d9ef077
34 changed files with 839 additions and 403 deletions
|
@ -36,7 +36,15 @@
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -115,6 +123,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
@ -36,7 +36,15 @@ export default {
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -114,6 +122,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
@ -41,6 +41,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -56,10 +60,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -40,6 +40,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -54,9 +57,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
@ -82,6 +82,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -96,10 +100,6 @@
|
|||
"or"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
|
|
|
@ -81,6 +81,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -94,9 +97,6 @@ export default {
|
|||
"required": [
|
||||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#"
|
||||
|
|
|
@ -103,6 +103,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -117,10 +121,6 @@
|
|||
"or"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
|
|
|
@ -102,6 +102,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -115,9 +118,6 @@ export default {
|
|||
"required": [
|
||||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#"
|
||||
|
|
|
@ -94,6 +94,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -109,10 +113,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -93,6 +93,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -107,9 +110,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
@ -461,6 +461,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -476,10 +480,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
@ -1896,7 +1896,15 @@
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -460,6 +460,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -474,9 +477,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
@ -1879,7 +1879,15 @@ export default {
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
]
|
||||
},
|
||||
"icon": {
|
||||
"description": "question: What icon should be used to represent this theme?\n\nUsed as logo in the more-screen and (for official themes) as favicon, webmanifest logo, ...\n\nEither a URL or a base64 encoded value (which should include 'data:image/svg+xml;base64)\n\nType: icon\ngroup: basic",
|
||||
"description": "question: What icon should be used to represent this theme?\n\nUsed as logo in the more-screen and (for official themes) as favicon, webmanifest logo, ...\n\nEither a URL or a base64 encoded value (which should include 'data:image/svg+xml;base64)\n\nType: icon\nsuggestions: return Constants.defaultPinIcons.map(i => ({if: \"value=\"+i, then: i, icon: i}))\ngroup: basic",
|
||||
"type": "string"
|
||||
},
|
||||
"socialImage": {
|
||||
|
@ -104,7 +104,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"layers": {
|
||||
"description": "question: What layers should this map show?\ntype: layer[]\ntypes: hidden | layer | hidden\ngroup: layers\nsuggestions: return Array.from(layers.keys()).map(key => ({if: \"value=\"+key, then: \"<b>\"+key+\"</b> (builtin) - \"+layers.get(key).description}))\n\nA theme must contain at least one layer.\n\nA layer contains all features of a single type, for example \"shops\", \"bicycle pumps\", \"benches\".\nNote that every layer contains a specification of attributes that it should match. MapComplete will fetch the relevant data from either overpass, the OSM-API or the cache server.\nIf a feature can match multiple layers, the first matching layer in the list will be used.\nThis implies that the _order_ of the layers is important.\n\n\n<div class='hidden-in-studio'>\nNote that builtin layers can be reused. Either put in the name of the layer to reuse, or use {builtin: \"layername\", override: ...}\n\nThe 'override'-object will be copied over the original values of the layer, which allows to change certain aspects of the layer\n\nFor example: If you would like to use layer nature reserves, but only from a specific operator (eg. Natuurpunt) you would use the following in your theme:\n\n```\n\"layer\": {\n \"builtin\": \"nature_reserve\",\n \"override\": {\"source\":\n {\"osmTags\": {\n \"+and\":[\"operator=Natuurpunt\"]\n }\n }\n }\n}\n```\n\nIt's also possible to load multiple layers at once, for example, if you would like for both drinking water and benches to start at the zoomlevel at 12, you would use the following:\n\n```\n\"layer\": {\n \"builtin\": [\"benches\", \"drinking_water\"],\n \"override\": {\"minzoom\": 12}\n}\n```\n</div>",
|
||||
"description": "question: What layers should this map show?\ntype: layer[]\ntypes: hidden | layer | hidden\ngroup: layers\ntitle: value[\"builtin\"] ?? value[\"id\"] ?? value\nsuggestions: return Array.from(layers.keys()).map(key => ({if: \"value=\"+key, then: \"<b>\"+key+\"</b> (builtin) - \"+layers.get(key).description}))\n\nA theme must contain at least one layer.\n\nA layer contains all features of a single type, for example \"shops\", \"bicycle pumps\", \"benches\".\nNote that every layer contains a specification of attributes that it should match. MapComplete will fetch the relevant data from either overpass, the OSM-API or the cache server.\nIf a feature can match multiple layers, the first matching layer in the list will be used.\nThis implies that the _order_ of the layers is important.\n\n\n<div class='hidden-in-studio'>\nNote that builtin layers can be reused. Either put in the name of the layer to reuse, or use {builtin: \"layername\", override: ...}\n\nThe 'override'-object will be copied over the original values of the layer, which allows to change certain aspects of the layer\n\nFor example: If you would like to use layer nature reserves, but only from a specific operator (eg. Natuurpunt) you would use the following in your theme:\n\n```\n\"layer\": {\n \"builtin\": \"nature_reserve\",\n \"override\": {\"source\":\n {\"osmTags\": {\n \"+and\":[\"operator=Natuurpunt\"]\n }\n }\n }\n}\n```\n\nIt's also possible to load multiple layers at once, for example, if you would like for both drinking water and benches to start at the zoomlevel at 12, you would use the following:\n\n```\n\"layer\": {\n \"builtin\": [\"benches\", \"drinking_water\"],\n \"override\": {\"minzoom\": 12}\n}\n```\n</div>",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"anyOf": [
|
||||
|
@ -352,6 +352,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -367,10 +371,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
@ -1787,7 +1787,15 @@
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -58,7 +58,7 @@ export default {
|
|||
]
|
||||
},
|
||||
"icon": {
|
||||
"description": "question: What icon should be used to represent this theme?\n\nUsed as logo in the more-screen and (for official themes) as favicon, webmanifest logo, ...\n\nEither a URL or a base64 encoded value (which should include 'data:image/svg+xml;base64)\n\nType: icon\ngroup: basic",
|
||||
"description": "question: What icon should be used to represent this theme?\n\nUsed as logo in the more-screen and (for official themes) as favicon, webmanifest logo, ...\n\nEither a URL or a base64 encoded value (which should include 'data:image/svg+xml;base64)\n\nType: icon\nsuggestions: return Constants.defaultPinIcons.map(i => ({if: \"value=\"+i, then: i, icon: i}))\ngroup: basic",
|
||||
"type": "string"
|
||||
},
|
||||
"socialImage": {
|
||||
|
@ -104,7 +104,7 @@ export default {
|
|||
"type": "boolean"
|
||||
},
|
||||
"layers": {
|
||||
"description": "question: What layers should this map show?\ntype: layer[]\ntypes: hidden | layer | hidden\ngroup: layers\nsuggestions: return Array.from(layers.keys()).map(key => ({if: \"value=\"+key, then: \"<b>\"+key+\"</b> (builtin) - \"+layers.get(key).description}))\n\nA theme must contain at least one layer.\n\nA layer contains all features of a single type, for example \"shops\", \"bicycle pumps\", \"benches\".\nNote that every layer contains a specification of attributes that it should match. MapComplete will fetch the relevant data from either overpass, the OSM-API or the cache server.\nIf a feature can match multiple layers, the first matching layer in the list will be used.\nThis implies that the _order_ of the layers is important.\n\n\n<div class='hidden-in-studio'>\nNote that builtin layers can be reused. Either put in the name of the layer to reuse, or use {builtin: \"layername\", override: ...}\n\nThe 'override'-object will be copied over the original values of the layer, which allows to change certain aspects of the layer\n\nFor example: If you would like to use layer nature reserves, but only from a specific operator (eg. Natuurpunt) you would use the following in your theme:\n\n```\n\"layer\": {\n \"builtin\": \"nature_reserve\",\n \"override\": {\"source\":\n {\"osmTags\": {\n \"+and\":[\"operator=Natuurpunt\"]\n }\n }\n }\n}\n```\n\nIt's also possible to load multiple layers at once, for example, if you would like for both drinking water and benches to start at the zoomlevel at 12, you would use the following:\n\n```\n\"layer\": {\n \"builtin\": [\"benches\", \"drinking_water\"],\n \"override\": {\"minzoom\": 12}\n}\n```\n</div>",
|
||||
"description": "question: What layers should this map show?\ntype: layer[]\ntypes: hidden | layer | hidden\ngroup: layers\ntitle: value[\"builtin\"] ?? value[\"id\"] ?? value\nsuggestions: return Array.from(layers.keys()).map(key => ({if: \"value=\"+key, then: \"<b>\"+key+\"</b> (builtin) - \"+layers.get(key).description}))\n\nA theme must contain at least one layer.\n\nA layer contains all features of a single type, for example \"shops\", \"bicycle pumps\", \"benches\".\nNote that every layer contains a specification of attributes that it should match. MapComplete will fetch the relevant data from either overpass, the OSM-API or the cache server.\nIf a feature can match multiple layers, the first matching layer in the list will be used.\nThis implies that the _order_ of the layers is important.\n\n\n<div class='hidden-in-studio'>\nNote that builtin layers can be reused. Either put in the name of the layer to reuse, or use {builtin: \"layername\", override: ...}\n\nThe 'override'-object will be copied over the original values of the layer, which allows to change certain aspects of the layer\n\nFor example: If you would like to use layer nature reserves, but only from a specific operator (eg. Natuurpunt) you would use the following in your theme:\n\n```\n\"layer\": {\n \"builtin\": \"nature_reserve\",\n \"override\": {\"source\":\n {\"osmTags\": {\n \"+and\":[\"operator=Natuurpunt\"]\n }\n }\n }\n}\n```\n\nIt's also possible to load multiple layers at once, for example, if you would like for both drinking water and benches to start at the zoomlevel at 12, you would use the following:\n\n```\n\"layer\": {\n \"builtin\": [\"benches\", \"drinking_water\"],\n \"override\": {\"minzoom\": 12}\n}\n```\n</div>",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"anyOf": [
|
||||
|
@ -351,6 +351,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -365,9 +368,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
@ -1770,7 +1770,15 @@ export default {
|
|||
"description": "The tags that will be given to the object.\nThis must remove tags so that the 'source/osmTags' won't match anymore\n\nquestion: What tags should be applied to the object?"
|
||||
},
|
||||
"then": {
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?"
|
||||
"description": "The human explanation for the options\n\nquestion: What text should be shown to the contributor for this reason?",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/Record<string,string>"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -133,6 +133,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -148,10 +152,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -132,6 +132,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -146,9 +149,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
@ -160,6 +160,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -175,10 +179,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -159,6 +159,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -173,9 +176,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
@ -69,6 +69,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -83,10 +87,6 @@
|
|||
"or"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
|
|
|
@ -68,6 +68,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -81,9 +84,6 @@ export default {
|
|||
"required": [
|
||||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#"
|
||||
|
|
|
@ -51,6 +51,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -66,10 +70,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -50,6 +50,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -64,9 +67,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
@ -207,6 +207,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -222,10 +226,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -206,6 +206,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -220,9 +223,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
@ -276,6 +276,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -291,10 +295,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -275,6 +275,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -289,9 +292,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
@ -87,6 +87,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -102,10 +106,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -86,6 +86,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -100,9 +103,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
@ -217,6 +217,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -232,10 +236,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -216,6 +216,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -230,9 +233,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
}
|
||||
|
|
|
@ -73,6 +73,10 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -88,10 +92,6 @@
|
|||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
|
|
|
@ -72,6 +72,9 @@ export default {
|
|||
"and"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"{or:TagConfigJson[];}": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -86,9 +89,6 @@ export default {
|
|||
"or"
|
||||
]
|
||||
},
|
||||
"Record<string,string>": {
|
||||
"type": "object"
|
||||
},
|
||||
"Record<string,string|Record<string,string>>": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue