{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/centraal-bureau-voor-de-statistiek/o-data-service-for-namespace-cbs-website-o-data-api-models-uane-umvr/cbs.website.odataapi.models.page",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"Authors": {
"type": [
"string",
"null"
]
},
"Body": {
"type": [
"string",
"null"
]
},
"Category": {
"items": {
"type": [
"string",
"null"
]
},
"type": "array"
},
"Created": {
"format": "date-time",
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string"
},
"Downloads": {
"anyOf": [
{
"$ref": "./cbs.website.odataapi.models.linklist"
},
{
"type": [
"object",
"null"
]
}
]
},
"Edition": {
"type": [
"string",
"null"
]
},
"Footnote": {
"type": [
"string",
"null"
]
},
"Image": {
"type": [
"string",
"null"
]
},
"ImageAlt": {
"type": [
"string",
"null"
]
},
"ItemNameLowerCase": {
"type": [
"string",
"null"
]
},
"Language": {
"type": [
"string",
"null"
]
},
"LeadText": {
"type": [
"string",
"null"
]
},
"Links": {
"anyOf": [
{
"$ref": "./cbs.website.odataapi.models.linklist"
},
{
"type": [
"object",
"null"
]
}
]
},
"Location": {
"type": [
"string",
"null"
]
},
"MetaDescription": {
"type": [
"string",
"null"
]
},
"PageType": {
"enum": [
"Any",
"Page",
"Visualisation",
"Dossier",
"Overview",
"Form",
"Vacancy",
"Longread",
"LongreadChapter",
"Unknown"
],
"title": "PageType",
"type": "string"
},
"PageTypeInt": {
"format": "int32",
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number"
},
"Permalink": {
"type": [
"string",
"null"
]
},
"Photographer": {
"type": [
"string",
"null"
]
},
"References": {
"anyOf": [
{
"$ref": "./cbs.website.odataapi.models.linklist"
},
{
"type": [
"object",
"null"
]
}
]
},
"ReleaseTime": {
"format": "date-time",
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string"
},
"ResearchCodes": {
"items": {
"type": [
"string",
"null"
]
},
"type": "array"
},
"Series": {
"items": {
"type": [
"string",
"null"
]
},
"type": "array"
},
"SortOrder": {
"format": "int32",
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number"
},
"SubTitle": {
"type": [
"string",
"null"
]
},
"TaxonomyTags": {
"items": {
"type": [
"string",
"null"
]
},
"type": "array"
},
"Themes": {
"items": {
"type": [
"string",
"null"
]
},
"type": "array"
},
"Title": {
"type": [
"string",
"null"
]
},
"UniqueId": {
"type": "string"
},
"Updated": {
"format": "date-time",
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string"
},
"Url": {
"type": [
"string",
"null"
]
},
"Version": {
"format": "int32",
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number"
}
},
"title": "Page",
"type": "object",
"x-derived-from": [
"https://www.cbs.nl/odata/v1/openapi.json#/components/schemas/CBS.Website.ODataApi.Models.Page"
]
}