{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/crud-rtr-gegevens-g85pejgdr/werkzaamheidrelatiehalresponselist",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_embedded": {
"properties": {
"logischeRelaties": {
"items": {
"allOf": [
{
"properties": {
"urn": {
"description": "Urn van de werkzaamheid",
"examples": [
"BoomKappen"
],
"pattern": "^\\w{1,100}$",
"type": "string"
}
},
"required": [
"urn"
]
},
{
"properties": {
"_links": {
"properties": {
"self": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"werkzaamheid": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
}
},
"required": [
"self",
"werkzaamheid"
]
}
},
"required": [
"_links"
]
}
]
},
"minItems": 1,
"type": "array"
}
},
"required": [
"logischeRelaties"
]
},
"_links": {
"description": "Links om te navigeren door de paginering",
"properties": {
"first": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"last": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"next": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"prev": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
},
"self": {
"description": "HAL link",
"properties": {
"href": {
"description": "URI",
"type": "string"
}
},
"required": [
"href"
]
}
},
"required": [
"self",
"first",
"last"
]
},
"page": {
"$ref": "../_shared/page"
}
},
"required": [
"_links",
"page"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/167490/toepasbareregels-crud-rtr-gegevens-v2.json#/components/schemas/WerkzaamheidRelatieHALResponseList"
]
}