- SourceMeta name
- statistiekenindicatoren
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.912 bytes
- Bytes bundled
- 5.036 bytes
- Health
- 79%
- 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/decimalen/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/decimalen/format
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/extraAttributen/nullable
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/statistieken-mmyqjuenr/statistiekenindicatoren",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Alle indicatoren (variabelen) en hun metadata",
"properties": {
"_links": {
"description": "The contents of the `indicatoren._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": "./statistiekenindicatorenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"berekening": {
"description": "Rekenformule, die is gebruikt om de waarde van de indicator te berekenen",
"type": [
"string",
"null"
]
},
"beschrijving": {
"description": "Beschrijving en overige informatie over de indicator",
"type": [
"string",
"null"
]
},
"bron": {
"description": "Herkomst van de indicator en bijhorende definitie",
"type": [
"string",
"null"
]
},
"decimalen": {
"description": "Aantal decimalen, waarin de waarde van de indicator moet worden gepubliceerd",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"definitie": {
"description": "Definitie, die ten grondslag ligt van de indicator",
"type": "string"
},
"definitieUk": {
"description": "Definitie in het Brits-Engels, die ten grondslag ligt van de indicator",
"type": [
"string",
"null"
]
},
"dimensieBeschrijving": {
"description": "Beschrijving van de dimensie, waartoe de dimensie behoort",
"type": [
"string",
"null"
]
},
"dimensieCode": {
"description": "Code van de dimensie, waartoe de dimensie behoort",
"type": [
"string",
"null"
]
},
"dimensieNaam": {
"description": "Naam van de dimensie, waartoe de indicator behoort",
"type": [
"string",
"null"
]
},
"eenheid": {
"description": "Eenheid waarin de indicator wordt uitgedrukt",
"type": [
"string",
"null"
]
},
"extraAttributen": {
"description": "Vrij veld om aanvullende attributen met hun waarde op te slaan, die nodig kunnen zijn voor verdere visualisatie",
"nullable": true
},
"id": {
"description": "Unieke identificatie van de indicator",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": "integer"
},
"label": {
"description": "Beknopte label van de indicator t.b.v. weergave",
"type": "string"
},
"labelUk": {
"description": "Beknopte label van de indicator in het Brits-Engels t.b.v. weergave",
"type": [
"string",
"null"
]
},
"naam": {
"description": "Unieke naam van de indicator",
"type": "string"
},
"parent": {
"description": "Naam van een indicator, waartoe de indicator behoort",
"type": [
"string",
"null"
]
},
"symbool": {
"description": "Symbool, behorende bij de eenheid",
"type": [
"string",
"null"
]
},
"thema": {
"description": "Thematische indeling waaronder de indicator valt",
"type": "string"
},
"verantwoordelijke": {
"description": "Naam van het team binnen de organisatie, dat verantwoordelijk is voor de indicator",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"definitie",
"id",
"label",
"naam",
"thema"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/statistieken/openapi.json#/components/schemas/Statistiekenindicatoren"
]
}