{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/catalogus-api-wl_g_invg/links",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"next": {
"$ref": "./next"
},
"prev": {
"$ref": "./prev"
},
"self": {
"$ref": "./self"
}
},
"required": [
"next",
"prev",
"self"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/catalogus/api/opvragen/v3/openapi.json#/components/schemas/Links"
],
"x-dws-envelope": true
}