{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/centraal-bureau-voor-de-statistiek/ccb-o-data-open-api-d5g_wihvr/datasetbase",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"catalog": {
"type": [
"string",
"null"
]
},
"datasetType": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"distributions": {
"items": {},
"type": [
"array",
"null"
]
},
"id": {
"type": [
"string",
"null"
]
},
"identifier": {
"type": [
"string",
"null"
]
},
"language": {
"type": [
"string",
"null"
]
},
"modificationDate": {
"format": "date-time",
"type": "string"
},
"modified": {
"format": "date-time",
"type": "string"
},
"observationCount": {
"format": "int64",
"type": "integer"
},
"observationsModified": {
"format": "date-time",
"type": "string"
},
"releaseDate": {
"format": "date-time",
"type": "string"
},
"status": {
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"version": {
"type": [
"string",
"null"
]
},
"versionNotes": {
"type": [
"string",
"null"
]
},
"versionReason": {
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://datasets.cbs.nl/odata/v1/openapi.json#/components/schemas/DatasetBase"
]
}