{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/catalogus-api-wl_g_invg/distributie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"afnamepunt": {
"examples": [
"https://rev-portaal.nl/api/rev/v4/LocatieEVActiviteiten"
],
"type": "string"
},
"dienstbeschrijving": {
"examples": [
"Ontsluiting van het Register Externe Veilgheid via de API in het kader van het Digitaal Stelsel Omgevingswet (DSO)"
],
"type": "string"
},
"naam": {
"examples": [
"Open API specificatie REV-versie 4\""
],
"type": "string"
},
"presentatie": {
"properties": {
"definitie": {
"type": [
"string",
"null"
]
},
"naam": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"definitie",
"naam",
"uri"
],
"type": [
"object",
"null"
]
},
"profiel": {
"properties": {
"definitie": {
"examples": [
"API-profiel t.b.v. informatieproducten bij het oriënteren van regels (op de kaart)"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"Informatieproduct oriënteren V1"
],
"type": "string"
},
"uri": {
"examples": [
"http://standaarden.omgevingswet.overheid.nl/api-profielen/id/concept/orienteren-v1"
],
"type": "string"
}
},
"required": [
"definitie",
"naam",
"uri"
],
"type": [
"object",
"null"
]
},
"uitwisselstandaard": {
"properties": {
"definitie": {
"type": [
"string",
"null"
]
},
"naam": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"definitie",
"naam",
"uri"
],
"type": [
"object",
"null"
]
},
"uri": {
"examples": [
"http://standaarden.omgevingswet.overheid.nl/register-externe-veiligheid/dataset/Externe%20Veiligheid/id/distributie/Open%20API%20specificatie%20REV-versie%204"
],
"type": "string"
},
"zoomMaximum": {
"properties": {
"definitie": {
"examples": [
"Land overzicht (Resolutie 3440,640 m/pixel)"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"zoomniveau-0"
],
"type": "string"
},
"uri": {
"examples": [
"http://standaarden.omgevingswet.overheid.nl/zoomniveau/id/concept/0"
],
"type": "string"
}
},
"required": [
"definitie",
"naam",
"uri"
],
"type": [
"object",
"null"
]
},
"zoomMinimum": {
"properties": {
"definitie": {
"examples": [
"Land overzicht (Resolutie 3440,640 m/pixel)"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"zoomniveau-0"
],
"type": "string"
},
"uri": {
"examples": [
"http://standaarden.omgevingswet.overheid.nl/zoomniveau/id/concept/0"
],
"type": "string"
}
},
"required": [
"definitie",
"naam",
"uri"
],
"type": [
"object",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/catalogus/api/opvragen/v3/openapi.json#/components/schemas/Distributie"
]
}