{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/_shared/enumeration",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"enum": {
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"enum": [
"enum"
],
"type": "string"
}
},
"required": [
"type",
"enum"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/brt/top10nl/ogc/v1/openapi.json#/components/schemas/enumeration",
"https://api.pdok.nl/kadaster/bestuurlijkegebieden/ogc/v1/openapi.json#/components/schemas/enumeration",
"https://api.pdok.nl/kadaster/brk-kadastrale-kaart/ogc/v1/openapi.json#/components/schemas/enumeration",
"https://api.pdok.nl/kadaster/brt-achtergrondkaart/ogc/v1/openapi.json#/components/schemas/enumeration",
"https://api.pdok.nl/lv/bag/ogc/v1-demo/openapi.json#/components/schemas/enumeration",
"https://api.pdok.nl/lv/bag/ogc/v1/openapi.json#/components/schemas/enumeration",
"https://api.pdok.nl/lv/bgt/ogc/v1/openapi.json#/components/schemas/enumeration",
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json#/components/schemas/enumeration"
]
}