- SourceMeta name
- aardgasverbruikmrastatistiekenpcranges
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.709 bytes
- Bytes bundled
- 15.727 bytes
- Health
- 65%
- Dependencies
- 3
Dependencies
- At
- /properties/_links/properties/foreignKeyAardgasverbruikMraLiander/$ref
- At
- /properties/_links/properties/self/$ref
- At
- /properties/postcoderangeGeometrie/$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/gemiddeldAardgasverbruikPerAansluiting/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/gemiddeldAardgasverbruikPerAansluiting/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/standaardJaarverbruikGemiddeldeHistorie/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/standaardJaarverbruikGemiddeldeHistorie/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/veranderingFractie/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/veranderingFractie/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/aardgasverbruik-kgfwfuehg/aardgasverbruikmrastatistiekenpcranges",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "mraStatistiekenPcranges",
"properties": {
"_links": {
"description": "The contents of the `mraStatistiekenPcranges._links` field. It contains all relationships with objects.",
"properties": {
"foreignKeyAardgasverbruikMraLiander": {
"$ref": "./aardgasverbruikmralianderlink"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./aardgasverbruikmrastatistiekenpcrangeslink"
}
},
"required": [
"foreignKeyAardgasverbruikMraLiander",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"foreignKeyAardgasverbruikMraLianderId": {
"deprecated": true,
"description": "Foreign key naar aardgasverbruik_mra_liander",
"readOnly": true,
"title": "ForeignKeyAardgasverbruikMraLiander",
"type": [
"string",
"null"
]
},
"gemiddeldAardgasverbruikPerAansluiting": {
"description": "Gemiddeld standaard jaarverbruik per aansluiting",
"format": "double",
"type": [
"number",
"null"
]
},
"id": {
"description": "Unieke identificatie",
"type": "string"
},
"postcodeArray": {
"description": "Array met alle postcodes in postcoderange",
"items": {
"title": "Postcode array",
"type": "string"
},
"type": [
"array",
"null"
]
},
"postcoderangeGeometrie": {
"$ref": "../_shared/geometry"
},
"standaardJaarverbruikGemiddeldeHistorie": {
"description": "Gemiddeld standaard jaarverbruik over historische jaren",
"format": "double",
"type": [
"number",
"null"
]
},
"standaardJaarverbruikHistorieJaar": {
"description": "De jaren waar het gemiddelde standaard jaarverbruik in kolom sjv_gemiddelde_his betrekking op heeft",
"type": [
"string",
"null"
]
},
"veranderingFractie": {
"description": "Verandering in standaard jaarverbruik ten opzichte van gemiddelde standaard jaarverbruik van historische jaren",
"format": "double",
"type": [
"number",
"null"
]
}
},
"required": [
"_links",
"foreignKeyAardgasverbruikMraLianderId",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/aardgasverbruik/openapi.json#/components/schemas/Aardgasverbruikmra_statistieken_pcranges"
]
}