- SourceMeta name
- cbs.website.odataapi.models.medium
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.603 bytes
- Bytes bundled
- 2.603 bytes
- Health
- 79%
- Dependencies
- -
Health issues
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/MediaType/enum - /properties/MediaType/type
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/MediaTypeInt/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/MediaTypeInt/format
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/SortOrder/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/SortOrder/format
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/Version/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/Version/format
{
"$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.medium",
"$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"
]
},
"MediaType": {
"enum": [
"Any",
"Video",
"Chart",
"Image",
"Table",
"Unknown"
],
"title": "MediaType",
"type": "string"
},
"MediaTypeInt": {
"format": "int32",
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number"
},
"MetaDescription": {
"type": [
"string",
"null"
]
},
"Permalink": {
"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"
},
"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": "Medium",
"type": "object",
"x-derived-from": [
"https://www.cbs.nl/odata/v1/openapi.json#/components/schemas/CBS.Website.ODataApi.Models.Medium"
]
}