{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-presenteren-gckm6jmvr/kaartlaagregeltekst",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "./kaartlaagspec"
},
{
"properties": {
"activiteitLocatieaanduidingRefs": {
"items": {
"examples": [
"nl.imow-gm1911.activiteitlocatieaanduiding.20240101"
],
"type": "string"
},
"title": "ActiviteitLocatieaanduidingRefs",
"type": "array"
},
"gebiedsaanwijzingRefs": {
"items": {
"examples": [
"nl.imow-gm1911.gebiedsaanwijzing.20240101"
],
"type": "string"
},
"title": "GebiedsaanwijzingRefs",
"type": "array"
},
"omgevingsnormRefs": {
"items": {
"examples": [
"nl.imow-gm1911.omgevingsnorm.20240101"
],
"type": "string"
},
"title": "OmgevingsnormRefs",
"type": "array"
},
"omgevingswaardeRefs": {
"items": {
"examples": [
"nl.imow-gm1911.omgevingswaarde.20240101"
],
"type": "string"
},
"title": "OmgevingswaardeRefs",
"type": "array"
}
},
"type": "object"
}
],
"title": "KaartlaagRegeltekst",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/presenteren/v8/openapi.json#/components/schemas/KaartlaagRegeltekst"
]
}