- SourceMeta name
- bomenmaatregelregistratie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 6.860 bytes
- Bytes bundled
- 7.969 bytes
- Health
- 85%
- 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/revisie/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/revisie/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/bomenmaatregelregistratie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "bevat de actuele maatregelregistratie van de bomen in beheer van gemeente Amsterdam.",
"properties": {
"_links": {
"description": "The contents of the `maatregelregistratie._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": "./bomenmaatregelregistratielink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"besteksadministratie": {
"description": "Voor het vastleggen van maatregelen vanuit het bestek",
"type": [
"string",
"null"
]
},
"bestekspost": {
"description": "Bestekspost waartoe deze maatregel behoort",
"type": [
"string",
"null"
]
},
"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"
]
},
"boommaatregel": {
"description": "Te nemen maatregel voor het wegnemen of reduceren van het veiligheidsrisico dat de boom voor de omgeving vormt",
"type": [
"string",
"null"
]
},
"boommaatregelBesluit": {
"description": "Besluit van beheerder op voorgestelde boommaatregel",
"type": [
"string",
"null"
]
},
"boommaatregelBesluitGedetailleerd": {
"description": "Detaillering op besluit van beheerder op voorgestelde boommaatregel",
"type": [
"string",
"null"
]
},
"boommaatregelGedetailleerd": {
"description": "Detaillering op gekozen maatregel",
"type": [
"string",
"null"
]
},
"boommaatregelurgentie": {
"description": "Registratie benodigde urgentie voor de BVC-veiligheidsmaatregelen",
"title": "Boommaatregel urgentie",
"type": [
"string",
"null"
]
},
"boommaatregelurgentieBesluit": {
"description": "De tijd waarbinnen een boommaatregel uitgevoerd dient te worden",
"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"
]
},
"datumBesluit": {
"description": "De datum waarop het besluit is genomen",
"format": "date",
"type": [
"string",
"null"
]
},
"datumToezicht": {
"description": "De datum waarop toezicht heeft plaatsgevonden",
"format": "date",
"type": [
"string",
"null"
]
},
"datumVoorbereiding": {
"description": "De datum waarop de voorbereiding is begonnen",
"format": "date",
"type": [
"string",
"null"
]
},
"deelopdracht": {
"description": "Taak die slechts een deel vormt van de totale opdracht",
"type": [
"string",
"null"
]
},
"deelopdrachtKap": {
"description": "Deelopdrachtnummer waarbinnen aannemer de werkzaamheden voor kap uitvoert",
"type": [
"string",
"null"
]
},
"geplandeEinddatum": {
"description": "Geplande einddatum van maatregel",
"format": "date",
"type": [
"string",
"null"
]
},
"geplandeStartdatum": {
"description": "Geplande startdatum van maatregel",
"format": "date",
"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"
},
"idUitOudeBeheerindeling": {
"description": "Uniek kenmerk van een beheerobject uit een oude beheerindeling",
"title": "ID uit oude beheerindeling",
"type": [
"string",
"null"
]
},
"identificatie": {
"description": "Uniek identificatienummer voor het object dat onveranderlijk is zolang het object bestaat",
"type": [
"string",
"null"
]
},
"kaplijstBomen": {
"description": "Naam van de kaplijst die in opdracht is gegeven voor kap en herplant",
"type": [
"string",
"null"
]
},
"keten": {
"description": "Vanuit Geovisia bood dit object inzicht in onder welk project iets valt (keten-werkset-uitvoeringset)",
"type": [
"string",
"null"
]
},
"maatregelDatumUitgevoerd": {
"description": "Datum waarop maatregel is uitgevoerd",
"format": "date",
"type": [
"string",
"null"
]
},
"maatregelIsUitgevoerd": {
"description": "WGeeft aan of maatregel is uitgevoerd",
"type": [
"boolean",
"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"
]
},
"opdrachtstatus": {
"description": "Geeft aan of maatregel al uitgevoerd is of nog in opdracht is",
"type": [
"string",
"null"
]
},
"revisie": {
"description": "Aantal keren dat de beheergegevens en of geometrie van beheerobject is gewijzigd",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"termijn": {
"description": "Geeft aan op welke termijn de maatregel opnieuw uitgevoerd moet worden",
"type": [
"string",
"null"
]
},
"uitvoerendeOrganisatie": {
"description": "Organisatie die de opdracht uitvoert",
"type": [
"string",
"null"
]
},
"uitvoeringGereed": {
"description": "Geeft aan of uitvoering van de maatregel gereed is",
"type": [
"string",
"null"
]
},
"veiligheidsinspectiesId": {
"description": "de vreemde sleutel (foreignkey) voor de relatie met de veiligheidsinspecties",
"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/Bomenmaatregelregistratie"
]
}