- SourceMeta name
- publicatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.372 bytes
- Bytes bundled
- 6.259 bytes
- Health
- 80%
- Dependencies
- 5
Dependencies
- At
- /properties/bijlagen/items/$ref
- At
- /properties/metadata/$ref
- At
- /properties/organisatie/$ref
- At
- /properties/themas/items/$ref
- At
- /properties/verzoek/$ref
Health issues
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/portalUrl/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/publicatiedatum/description
{
"$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"
]
}