{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/centraal-bureau-voor-de-statistiek/ccb-o-data-open-api-d5g_wihvr/catalog",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"authority": {
"format": "uri",
"type": [
"string",
"null"
]
},
"contactPoint": {
"format": "email",
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"homepage": {
"type": [
"string",
"null"
]
},
"identifier": {
"minLength": 1,
"type": "string"
},
"index": {
"format": "int32",
"type": "integer"
},
"language": {
"maxLength": 2,
"minLength": 2,
"type": [
"string",
"null"
]
},
"license": {
"format": "uri",
"type": [
"string",
"null"
]
},
"publisher": {
"format": "uri",
"type": [
"string",
"null"
]
},
"title": {
"minLength": 1,
"type": "string"
}
},
"required": [
"identifier",
"title"
],
"type": "object",
"x-derived-from": [
"https://datasets.cbs.nl/odata/v1/openapi.json#/components/schemas/Catalog"
]
}