{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/kamer-van-koophandel/ondernemersplein-overheid-nl-open-data-api-8-be1ueng/themesubject",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"articles": {
"description": "List of related articles.",
"items": {
"$ref": "./articlesummary"
},
"type": [
"array",
"null"
]
},
"title": {
"description": "Themesubject title.",
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://opendata.ondernemersplein.nl/swagger/v1/swagger.json#/components/schemas/ThemeSubject"
]
}