{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-verbeelden-ibyvejgdg/symbooldeprecated",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"deprecated": true,
"properties": {
"filter": {
"items": {
"type": "object"
},
"type": "array"
},
"id": {
"type": "string"
},
"layout": {
"$ref": "./layout"
},
"niveau": {
"default": 0,
"type": "number"
},
"paint": {
"$ref": "./paint"
},
"source": {
"type": "string"
},
"source-layer": {
"enum": [
"vlaklocaties",
"puntlocaties",
"lijnlocaties",
"vlaklocaties_totaal",
"puntlocaties_totaal",
"lijnlocaties_totaal",
"ontwerp_vlaklocaties",
"ontwerp_puntlocaties",
"ontwerp_lijnlocaties"
],
"type": "string"
},
"type": {
"enum": [
"line",
"circle",
"fill",
"symbol"
],
"type": "string"
}
},
"required": [
"filter",
"id",
"layout",
"paint",
"source",
"source-layer",
"type"
],
"title": "Symbool",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/verbeelden/v3/openapi.json#/components/schemas/SymboolDeprecated"
]
}