{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-presenteren-gckm6jmvr/halpaginationlinks",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"self": {
"$ref": "./halpaginationlinksself"
}
},
"type": "object"
},
{
"properties": {
"first": {
"$ref": "./halpaginationlinksfirst"
},
"last": {
"$ref": "./halpaginationlinkslast"
},
"next": {
"$ref": "./halpaginationlinksnext"
},
"prev": {
"$ref": "./halpaginationlinksprev"
}
},
"type": "object"
}
],
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/presenteren/v8/openapi.json#/components/schemas/HalPaginationLinks"
]
}