{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-epe/woo-ctnyjxehr/verzoek",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"besluit": {
"$ref": "./bijlage"
},
"informatieverzoek": {
"$ref": "./bijlage"
},
"inventarisatielijst": {
"$ref": "./bijlage"
},
"ontvangerInformatieverzoek": {
"type": [
"string",
"null"
]
},
"ontvangstdatum": {
"description": "format: Y-m-d",
"type": [
"string",
"null"
]
},
"status": {
"type": [
"string",
"null"
]
},
"termijnoverschrijding": {
"type": [
"string",
"null"
]
}
},
"title": "Verzoek",
"type": "object",
"x-derived-from": [
"https://raw.githubusercontent.com/CommonGateway/WooBundle/main/docs/openapi.json#/components/schemas/Verzoek"
]
}