- SourceMeta name
- statistiekencijfers
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.850 bytes
- Bytes bundled
- 4.000 bytes
- Health
- 72%
- Dependencies
- 1
Dependencies
- At
- /properties/_links/properties/self/$ref
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/_links/description
- Name
- title_trim
- Message
- Titles should not contain leading or trailing whitespace
- Pointers
- /properties/_links/title
- 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/id/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/id/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/waarde/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/waarde/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/statistieken-mmyqjuenr/statistiekencijfers",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Alle cijfers, gerelateerd aan de bijhorende indicatoren en dimensies",
"properties": {
"_links": {
"description": "The contents of the `cijfers._links` field. It contains all relationships with objects.",
"properties": {
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./statistiekencijferslink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"begindatum": {
"description": "Begindatum waarop de tijddimensie is begonnen",
"format": "date-time",
"type": "string"
},
"einddatum": {
"description": "Einddatum waarop de tijddimensie is geƫindigd",
"format": "date-time",
"type": "string"
},
"id": {
"description": "Unieke identificatie van het cijfer i.c.m. de bijhorende indicator en dimensies",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": "integer"
},
"indicator": {
"description": "Naam van de indicator waarop het cijfer betrekking heeft",
"type": "string"
},
"ruimtelijkeDimensieCode": {
"description": "Unieke code van de ruimtelijke indeling binnen hetzelfde type en datum",
"type": "string"
},
"ruimtelijkeDimensieDatum": {
"description": "Datum waarop de ruimtelijke indeling van kracht is geworden",
"format": "date",
"type": [
"string",
"null"
]
},
"ruimtelijkeDimensieNaam": {
"description": "Unieke naam van de ruimtelijke indeling binnen hetzelfde type en datum",
"type": "string"
},
"ruimtelijkeDimensieType": {
"description": "Type ruimtelijke indeling",
"type": "string"
},
"temporeleDimensieType": {
"description": "Type van de tijddimensie. Dit kan een vaste peildatum zijn of een periode",
"type": "string"
},
"waarde": {
"description": "Waarde van het cijfer met het aantal decimalen, zoals vastgelegd bij de indicator",
"format": "double",
"type": "number"
}
},
"required": [
"_links",
"begindatum",
"einddatum",
"id",
"indicator",
"ruimtelijkeDimensieCode",
"ruimtelijkeDimensieNaam",
"ruimtelijkeDimensieType",
"temporeleDimensieType",
"waarde"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/statistieken/openapi.json#/components/schemas/Statistiekencijfers"
]
}