{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/catalogus-api-wl_g_invg/begriprelatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"naam": {
"examples": [
"Dienst voor het kadaster en de openbare registers"
],
"nullable": false,
"type": "string"
},
"uri": {
"examples": [
"http://standaarden.omgevingswet.overheid.nl/id/leverancier/00000001802327497000"
],
"nullable": false,
"type": "string"
}
},
"required": [
"naam",
"uri"
],
"type": [
"object",
"null"
],
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/catalogus/api/opvragen/v3/openapi.json#/components/schemas/BegripRelatie"
]
}