- SourceMeta name
- meetboutenmetingen
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 4.232 bytes
- Bytes bundled
- 7.376 bytes
- Health
- 62%
- Dependencies
- 3
Dependencies
- At
- /properties/_links/properties/hoortBijMeetbout/$ref
- At
- /properties/_links/properties/refereertAanReferentiepunten/items/$ref
- 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/aantalDagen/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/aantalDagen/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/hoeveelsteMeting/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/hoeveelsteMeting/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/hoogteTovNap/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/hoogteTovNap/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/zakking/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/zakking/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/zakkingCumulatief/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/zakkingCumulatief/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/zakkingssnelheid/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/zakkingssnelheid/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/meetbouten-gs2ubxehg/meetboutenmetingen",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "metingen",
"properties": {
"_links": {
"description": "The contents of the `metingen._links` field. It contains all relationships with objects.",
"properties": {
"hoortBijMeetbout": {
"$ref": "./meetboutenmeetboutenlink"
},
"refereertAanReferentiepunten": {
"items": {
"$ref": "./meetboutenmetingenrefereertaanreferentiepunten_m2m"
},
"type": "array"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./meetboutenmetingenlink"
}
},
"required": [
"hoortBijMeetbout",
"refereertAanReferentiepunten",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"aantalDagen": {
"description": "Het aantal dagen sinds de vorige meting",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Vorige meting aantal dagen",
"type": [
"integer",
"null"
]
},
"datum": {
"description": "Datum waarop de meting heeft plaatsgevonden",
"format": "date",
"title": "Meting datum",
"type": [
"string",
"null"
]
},
"hoeveelsteMeting": {
"description": "Hoeveelste meting van de meetbout",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Meting nummer",
"type": [
"integer",
"null"
]
},
"hoogteTovNap": {
"description": "Gemeten hoogte van de meetbout t.o.v. NAP (m)",
"format": "double",
"title": "Meting hoogte",
"type": [
"number",
"null"
]
},
"hoortBijMeetboutId": {
"deprecated": true,
"description": "De meetbout waarop de meting is gedaan",
"readOnly": true,
"title": "Meting hoort bij meetbout",
"type": [
"string",
"null"
]
},
"identificatie": {
"description": "Unieke identificatie van de meting",
"title": "Meting ID",
"type": "string"
},
"isGemetenDoor": {
"description": "Identificatie van de onderneming die de meting heeft uitgevoerd",
"title": "Onderneming ID",
"type": [
"string",
"null"
]
},
"publiceerbaar": {
"description": "Indicatie die aangeeft of de informatie gepubliceerd mag worden",
"title": "Publiceerbaar indicatie",
"type": [
"boolean",
"null"
]
},
"typeMeting": {
"description": "Type meting (N=nulmeting, H=herhalingsmeting, T=tussentijdse meting, S=schatting)",
"title": "Meting type",
"type": [
"string",
"null"
]
},
"wijzeVanInwinnenCode": {
"description": "Wijze waarop de meting is ingewonnen code",
"title": "Meting wijze code",
"type": [
"string",
"null"
]
},
"wijzeVanInwinnenOmschrijving": {
"description": "Wijze waarop de meting is ingewonnen omschrijving",
"title": "Meting wijze omschrijving",
"type": [
"string",
"null"
]
},
"zakking": {
"description": "Zakking van de meting t.o.v. vorige meting (mm)",
"format": "double",
"title": "Meting zakking",
"type": [
"number",
"null"
]
},
"zakkingCumulatief": {
"description": "Cumulatieve zakking sinds de plaatsing van de meetbout (mm)",
"format": "double",
"title": "Meting zakking cumulatief",
"type": [
"number",
"null"
]
},
"zakkingssnelheid": {
"description": "Zakkingssnelheid van de meetbout (mm/jaar) sinds de meting",
"format": "double",
"title": "Zakkingssnelheid mm per jaar",
"type": [
"number",
"null"
]
}
},
"required": [
"_links",
"hoortBijMeetboutId",
"identificatie"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/meetbouten/openapi.json#/components/schemas/Meetboutenmetingen"
]
}