- SourceMeta name
- bagonderzoeken
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 4.121 bytes
- Bytes bundled
- 5.441 bytes
- Health
- 83%
- 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
- /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
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/volgnummer/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/volgnummer/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/bag-6-fsfxehg/bagonderzoeken",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Bronhouder zet een kenmerk, waarvan een formele terugmelding of correctieverzoek niet binnen twee werkdagen is afgehandeld, in de basisregistratie adressen en gebouwen in onderzoek.",
"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": "./bagonderzoekenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"beginGeldigheid": {
"description": "De ingangsdatum waarop het kenmerk of de relatie van een object bij de bronhouder in onderzoek is geplaatst",
"format": "date-time",
"title": "Onderzoek geldigheid begindatum",
"type": [
"string",
"null"
]
},
"documentdatum": {
"description": "De datum waarop het document, waarin de grondslag van het onderzoek wordt vastgelegd, is vastgesteld",
"format": "date",
"title": "Document datum",
"type": [
"string",
"null"
]
},
"documentnummer": {
"description": "Het nummer van het document waarin de grondslag van het onderzoek wordt vastgelegd",
"title": "Brondocument nummer",
"type": [
"string",
"null"
]
},
"eindGeldigheid": {
"description": "De einddatum waarop het onderzoek naar het kenmerk of de relatie van een object door de bronhouder is afgerond",
"format": "date-time",
"title": "Onderzoek geldigheid einddatum",
"type": [
"string",
"null"
]
},
"eindRegistratie": {
"description": "Het tijdstip waarop de registratie van het onderzoek is beƫindigd bij de bronhouder",
"format": "date-time",
"title": "Onderzoek eindregistratie datumtijd",
"type": [
"string",
"null"
]
},
"identificatie": {
"description": "Unieke identificatie van een onderzoek",
"title": "Onderzoek ID",
"type": "string"
},
"inOnderzoek": {
"description": "Indicatie of het kenmerk wel of niet in onderzoek staat",
"title": "Onderzoek indicatie",
"type": [
"string",
"null"
]
},
"kenmerk": {
"description": "De naam van het kenmerk van het object dat in onderzoek is geplaatst. Het kenmerk kan ook een relatie zijn met een ander object",
"title": "Onderzoek kenmerk naam",
"type": [
"string",
"null"
]
},
"objectIdentificatie": {
"description": "Unieke identificatie van het object dat in onderzoek is geplaatst",
"title": "Object ID onderzoek",
"type": [
"string",
"null"
]
},
"objecttype": {
"description": "Geeft aan welk objectklasse in onderzoek staat",
"title": "Onderzoek object type",
"type": [
"string",
"null"
]
},
"registratiedatum": {
"description": "Begin geldigheid van een bepaalde combinatie van BAG- en BAG-plus-gegevens van een BAG-object",
"format": "date-time",
"title": "Object registratiedatum",
"type": [
"string",
"null"
]
},
"tijdstipRegistratie": {
"description": "Het tijdstip waarop het onderzoek is geregistreerd bij de bronhouder",
"format": "date-time",
"title": "Onderzoek registratie datumtijd",
"type": [
"string",
"null"
]
},
"volgnummer": {
"description": "Uniek volgnummer van de toestand van het object",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Object volgnummer",
"type": "integer"
}
},
"required": [
"_links",
"identificatie",
"volgnummer"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/bag/openapi.json#/components/schemas/Bagonderzoeken"
]
}