{
"$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.article",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"ArticleType": {
"enum": [
"Any",
"Article",
"Background",
"Custom",
"News",
"Publication",
"Visualisation",
"Corporate",
"Unknown"
],
"title": "ArticleType",
"type": "string"
},
"ArticleTypeInt": {
"format": "int32",
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number"
},
"Authors": {
"type": [
"string",
"null"
]
},
"Body": {
"type": [
"string",
"null"
]
},
"Category": {
"type": [
"string",
"null"
]
},
"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"
]
}
]
},
"Errata": {
"anyOf": [
{
"$ref": "./cbs.website.odataapi.models.erratalist"
},
{
"type": [
"object",
"null"
]
}
]
},
"Footnote": {
"type": [
"string",
"null"
]
},
"ISBN": {
"type": [
"string",
"null"
]
},
"ISSN": {
"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"
]
},
"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"
},
"Series": {
"items": {
"type": [
"string",
"null"
]
},
"type": "array"
},
"SortOrder": {
"format": "int32",
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number"
},
"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": "Article",
"type": "object",
"x-derived-from": [
"https://www.cbs.nl/odata/v1/openapi.json#/components/schemas/CBS.Website.ODataApi.Models.Article"
]
}