{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-epe/woo-ctnyjxehr/bijlage",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"categorie": {
"type": [
"string",
"null"
]
},
"documentText": {
"type": [
"string",
"null"
]
},
"extension": {
"type": [
"string",
"null"
]
},
"id": {
"type": [
"string",
"null"
]
},
"status": {
"type": [
"string",
"null"
]
},
"titel": {
"type": [
"string",
"null"
]
},
"type": {
"type": [
"string",
"null"
]
},
"url": {
"format": "url",
"type": [
"string",
"null"
]
}
},
"required": [
"titel"
],
"title": "Bijlage",
"type": "object",
"x-derived-from": [
"https://raw.githubusercontent.com/CommonGateway/WooBundle/main/docs/openapi.json#/components/schemas/Bijlage"
]
}