{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/vng/besluiten-api-jaeffu6hr/besluitinformatieobject",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"besluit": {
"description": "URL-referentie naar het BESLUIT.",
"format": "uri",
"title": "Besluit",
"type": "string"
},
"informatieobject": {
"description": "URL-referentie naar het INFORMATIEOBJECT (in de Documenten API) waarin (een deel van) het besluit beschreven is.",
"format": "uri",
"maxLength": 1000,
"minLength": 1,
"title": "Informatieobject",
"type": "string"
},
"url": {
"description": "URL-referentie naar dit object. Dit is de unieke identificatie en locatie van dit object.",
"format": "uri",
"maxLength": 1000,
"minLength": 1,
"readOnly": true,
"title": "Url",
"type": "string"
}
},
"required": [
"informatieobject",
"besluit"
],
"type": "object",
"x-derived-from": [
"https://besluiten-api.vng.cloud/api/v1/schema/openapi.json#/components/schemas/BesluitInformatieObject"
]
}