- SourceMeta name
- bomengebrekregistratie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.523 bytes
- Bytes bundled
- 4.620 bytes
- Health
- 71%
- 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/boomId/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/boomId/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/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
- 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/veiligheidsinspectiesId/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/veiligheidsinspectiesId/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/bomen-rak8bxeng/bomengebrekregistratie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "bevat de actuele gebrekregistratie van de bomen in beheer van gemeente Amsterdam.",
"properties": {
"_links": {
"description": "The contents of the `gebrekregistratie._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": "./bomengebrekregistratielink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"boomId": {
"description": "de vreemde sleutel (foreignkey) voor de relatie met de stamgegevens van de bomen",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Boom ID",
"type": [
"integer",
"null"
]
},
"boomgebrek": {
"description": "BVC-gerelateerde afwijkingen die binnen een periode van 3 jaar een potentieel gevaar kunnen opleveren voor de directe omgeving, worden als gebrek benoemd en geregistreerd volgens de afwijkingenlijst BVC | Handboek Bomen 2018gi",
"type": [
"string",
"null"
]
},
"boomgebrekAfwijking": {
"description": "Aanvullende registratie (melding) relevante BVC-afwijkingen (nog) niet zijnde een BVC-gebrek",
"type": [
"string",
"null"
]
},
"boomgebrekGevolg": {
"description": "Registratie welk risico (gevolg) aan BVC-gebreken is gerelateerd",
"type": [
"string",
"null"
]
},
"boomonderdeelPlaats": {
"description": "Aanduiding waar in de boom het gebrek zich bevindt",
"type": [
"string",
"null"
]
},
"code": {
"description": "Codenummer van het object",
"type": [
"string",
"null"
]
},
"guid": {
"description": "Uniek nummer van het IMBOR-object (GUID)",
"type": [
"string",
"null"
]
},
"id": {
"description": "Unieke aanduiding van record",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": "integer"
},
"matching": {
"description": "Achtergrondinformatie naar aanleiding van conversie",
"type": [
"string",
"null"
]
},
"mutatieDatum": {
"description": "Datum waarop laatste mutatie heeft plaatsgevonden",
"format": "date",
"type": [
"string",
"null"
]
},
"objectbegintijd": {
"description": "Tijdstip waarop het object ontstaan is",
"format": "date",
"type": [
"string",
"null"
]
},
"revisie": {
"description": "Aantal keren dat de beheergegevens en of geometrie van beheerobject is gewijzigd",
"type": [
"string",
"null"
]
},
"veiligheidsinspectiesId": {
"description": "de vreemde sleutel (foreignkey) voor de relatie met de veiligeheidsinspecties",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Veiligheidsinspecties ID",
"type": [
"integer",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/bomen/openapi.json#/components/schemas/Bomengebrekregistratie"
]
}