{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-epe/woo-ctnyjxehr/publicatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"beschrijving": {
"type": [
"string",
"null"
]
},
"bijlagen": {
"items": {
"$ref": "./bijlage"
},
"type": "array"
},
"categorie": {
"type": [
"string",
"null"
]
},
"gepubliceerd": {
"default": true,
"type": "boolean"
},
"id": {
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "./metadata"
},
"organisatie": {
"$ref": "./organisatie"
},
"portalUrl": {
"format": "url",
"type": [
"string",
"null"
]
},
"publicatiedatum": {
"description": "Publicatiedatum van een Woo object is nooit in de toekomst.",
"type": [
"string",
"null"
]
},
"samenvatting": {
"type": [
"string",
"null"
]
},
"themas": {
"items": {
"$ref": "./thema"
},
"type": [
"array",
"null"
]
},
"titel": {
"type": [
"string",
"null"
]
}
},
"required": [
"categorie",
"publicatiedatum"
],
"title": "Publicatie",
"type": "object",
"x-derived-from": [
"https://raw.githubusercontent.com/CommonGateway/WooBundle/main/docs/openapi.json#/components/schemas/Publicatie"
]
}