- SourceMeta name
- varenopafstapplaats
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.630 bytes
- Bytes bundled
- 16.337 bytes
- Health
- 67%
- Dependencies
- 3
Dependencies
- At
- /properties/_links/properties/gbdBuurt/$ref
- 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/eLaadpunt/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/laadLos/description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/laadLos/description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/opEnAfstap/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/varen-vmtu1x6hr/varenopafstapplaats",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Deze dataset bevat de gegevens over op- en afstaplocaties voor pleziervaart, passagiersvaart en transport over het water. De gemeente wil daarbij voldoende ruimte voor bewoners creëren, onder andere doorbeheersing van het aantal vaarbewegingen en het spreiden van plezier- en passagiersvaart.",
"properties": {
"_links": {
"description": "The contents of the `opafstapplaats._links` field. It contains all relationships with objects.",
"properties": {
"gbdBuurt": {
"$ref": "../_shared/gebiedenbuurtenrawidentifier"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./varenopafstapplaatslink"
}
},
"required": [
"gbdBuurt",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"eLaadpunt": {
"description": "Indicatie electrische laadpunt voorziening.",
"type": [
"string",
"null"
]
},
"gbdBuurtId": {
"deprecated": true,
"description": "Unieke identificatie van het object",
"readOnly": true,
"title": "Object ID",
"type": [
"string",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"id": {
"description": "Uniek identificerend kenmerk van het record",
"type": "string"
},
"kleurOpKaart": {
"description": "Gewenste kleurweergave op de kaart",
"type": [
"string",
"null"
]
},
"laadLos": {
"description": " Indicatie voor laad en los doeleinden.",
"type": [
"string",
"null"
]
},
"opEnAfstap": {
"description": " Indicatie ove opstap of afstaplocatie",
"type": [
"string",
"null"
]
},
"tekstOnMouseover": {
"description": "Volgnummer + locatiebeschrijving",
"type": [
"string",
"null"
]
},
"verwerkingsdatum": {
"description": "Datum waarop het object in het systeem is geregistreerd",
"format": "date",
"type": [
"string",
"null"
]
},
"volgnr": {
"description": "Volgnummer van het object",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"gbdBuurtId",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/varen/openapi.json#/components/schemas/Varenopafstapplaats"
]
}