{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/hallinks",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": {
"$ref": "./hallink"
},
"examples": [
{
"self": {
"href": "https://omgevingswet.overheid.nl/publiek/xyx/api/ontsluiten/v2/resource/123456789"
}
}
],
"properties": {
"first": {
"$ref": "./hallink"
},
"last": {
"$ref": "./hallink"
},
"next": {
"$ref": "./hallink"
},
"prev": {
"$ref": "./hallink"
},
"self": {
"$ref": "./hallink"
}
},
"required": [
"self"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/HalLinks"
]
}