- SourceMeta name
- historischebodeminformatieonderzoeken
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.608 bytes
- Bytes bundled
- 15.795 bytes
- Health
- 18%
- Dependencies
- 2
Dependencies
- At
- /properties/_links/properties/self/$ref
- At
- /properties/geometrie/$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
- /description
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/auteurRapport/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/beschrijving/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/datumRapport/description
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/id/description
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/indicatieKwaliteit/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/locatieOfAdres/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/naamRapport/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/nummerRapport/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/opdrachtgever/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/opdrachtnemer/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/permalink/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/typeOnderzoek/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/historische-bodeminformatie-z7-ufx6ng/historischebodeminformatieonderzoeken",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Uitgevoerde onderzoeken naar bijvoorbeeld Archeologische verwachtingen (A), Bodemkwaliteit (B), Conventionele explosieven (C) kademuren Dateren (D) en Ondergrondse Obstakels (OO).",
"properties": {
"_links": {
"description": "The contents of the `onderzoeken._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": "./historischebodeminformatieonderzoekenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"auteurRapport": {
"description": "Auteur(s) van rapport.",
"type": [
"string",
"null"
]
},
"beschrijving": {
"description": "Korte beschrijving (aanleiding) onderzoek.",
"type": [
"string",
"null"
]
},
"datumRapport": {
"description": "Datum van rapportage.",
"format": "date",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"id": {
"description": "Unieke aanduiding record.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": "integer"
},
"indicatieKwaliteit": {
"description": "Aanduiding kwaliteitskenmerk. Dit heeft met name als doel om oudere onderzoeken een oordeel te geven. Voor aanduiding is arbitrair. Er zijn geen normen voor opgesteld.",
"type": [
"string",
"null"
]
},
"locatieOfAdres": {
"description": "Plaats of locatie of adres. Soms zijn er geen adresgegevens voor de locatie, of wordt de locatie aangeduid als ‘GVB-terrein west’ of dergelijke.",
"type": [
"string",
"null"
]
},
"naamRapport": {
"description": "Naam rapport met beschrijving aard rapport en/of locatie.",
"type": [
"string",
"null"
]
},
"nummerRapport": {
"description": "Rapportage identificatie nummer.",
"type": [
"string",
"null"
]
},
"opdrachtgever": {
"description": "Onderzoeksbureau / instantie die opdracht heeft gegeven tot onderzoek.",
"type": [
"string",
"null"
]
},
"opdrachtnemer": {
"description": "Onderzoeksbureau / instantie die onderzoek heeft uitgevoerd.",
"type": [
"string",
"null"
]
},
"permalink": {
"description": "Verwijzing naar meer informatie. UID van bron (SAA) of een UID bij NAZCA.",
"format": "uri",
"maxLength": 200,
"type": [
"string",
"null"
]
},
"typeOnderzoek": {
"description": "Beschrijving type onderzoek. ABCDOO staat bijvoorbeeld voor Archeologische verwachtingen (A), Bodemkwaliteit (B), Conventionele explosieven (C) kademuren Dateren (D) en Ondergrondse Obstakels (OO). Deze aanduiding wordt intern gebruikt. Maar het type kan ook een onderzoek zijn naar een specifieke verontreiniging of een Risicobeoordeling voor Conventionele explosieven (RCE).",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/historische_bodeminformatie/openapi.json#/components/schemas/HistorischeBodeminformatieonderzoeken"
]
}