- SourceMeta name
- bomenvergunningsplichtigesnoei
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 4.060 bytes
- Bytes bundled
- 16.177 bytes
- Health
- 74%
- 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
- /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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/boommaatregelregistratieOpdrachtverlening/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
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/bomen-rak8bxeng/bomenvergunningsplichtigesnoei",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "deze tabel bevat data over vergunningsplichtige snoei.Voor het kappen, rooien, verplanten of vormsnoei van een vergunningplichtige boom of andersoortige houtopstand dient door de eigenaar een vergunningsaanvraagte worden ingediend bij Burgemeester en Wethouders",
"properties": {
"_links": {
"description": "The contents of the `vergunningsplichtigesnoei._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": "./bomenvergunningsplichtigesnoeilink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"bezwaarOpVergunning": {
"description": "Geeft aan of er bezwaar is gemaakt op de kap van deze boom",
"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": "ID van de boom",
"type": [
"integer",
"null"
]
},
"boommaatregelregistratieOpdrachtverlening": {
"description": "Id nummer van de boommaatregelregistratie van waaruit opdracht verleend is. Wordt gebruikt om na afhandeling de werkzaamheden in de boommaatregelregistratie als voltooid te registreren.",
"type": [
"string",
"null"
]
},
"datumOpdrachtverlening": {
"description": "Datum waarop V&OR opdracht heeft verleend voor uitvoeren boommaatregel",
"format": "date-time",
"type": [
"string",
"null"
]
},
"datumVergunningDefinitief": {
"description": "Datum waarop de kapvergunning definitief is: zes weken na verlening vergunning",
"format": "date-time",
"type": [
"string",
"null"
]
},
"datumVergunningVerleend": {
"description": "Datum waarop de kapvergunning is verleend",
"format": "date-time",
"type": [
"string",
"null"
]
},
"datumVergunningsaanvraag": {
"description": "Datum waarop de kapvergunning is verleend",
"format": "date-time",
"type": [
"string",
"null"
]
},
"floraEnFaunaAspecten": {
"description": "Geeft aan of er flora of fauna aspecten aanwezig zijn",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"id": {
"description": "Unieke aanduiding van record",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": "integer"
},
"lijstVergunningsplichtigeSnoei": {
"description": "Naam van de lijst waarop de uit te voeren snoeiactie voorkomt",
"type": [
"string",
"null"
]
},
"mutatieDatum": {
"description": "Datum waarop laatste mutatie heeft plaatsgevonden",
"format": "date-time",
"title": "Datum mutatie",
"type": [
"string",
"null"
]
},
"risicotoeslag": {
"description": "Geeft toeslagpercentage voor beheerinspanning aan op basis van locatie gebieden met intensieve gebruiksdruk (bijvoorbeeld parken)",
"type": [
"string",
"null"
]
},
"status": {
"description": "Status van het beheerobject in het inwinningsproces",
"type": [
"string",
"null"
]
},
"termijnurgentie": {
"description": "Urgentie die is opgegeven tijdens de veiligheidsinspectie van de boom",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/bomen/openapi.json#/components/schemas/Bomenvergunningsplichtigesnoei"
]
}