{
"$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.flash",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"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"
},
"Description": {
"type": [
"string",
"null"
]
},
"ItemNameLowerCase": {
"type": [
"string",
"null"
]
},
"Language": {
"type": [
"string",
"null"
]
},
"LeadText": {
"type": [
"string",
"null"
]
},
"MetaDescription": {
"type": [
"string",
"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"
},
"SortOrder": {
"format": "int32",
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number"
},
"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": "Flash",
"type": "object",
"x-derived-from": [
"https://www.cbs.nl/odata/v1/openapi.json#/components/schemas/CBS.Website.ODataApi.Models.Flash"
]
}