- SourceMeta name
- varenligplaats
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.395 bytes
- Bytes bundled
- 16.082 bytes
- Health
- 82%
- 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/naamVaartuig/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/varen-vmtu1x6hr/varenligplaats",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Deze dataset bevat de gegevens over de ligplaatsen register in Amsterdam.",
"properties": {
"_links": {
"description": "The contents of the `ligplaats._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": "./varenligplaatslink"
}
},
"required": [
"gbdBuurt",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"datumEindeVergunning": {
"description": "Einde van verleende vergunning",
"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"
},
"idLigplaats": {
"description": "Id veld (niet uniek)",
"type": [
"string",
"null"
]
},
"kenmerkVergunning": {
"description": "Kenmerk van ligplaastvergunning",
"type": [
"string",
"null"
]
},
"ligplaatsSegment": {
"description": "Categorie van lengte van vaartuigen",
"type": [
"string",
"null"
]
},
"locatieAdres": {
"description": "Locatie beschrijving",
"type": [
"string",
"null"
]
},
"naamKlantKvk": {
"description": "Naam van klant volgens KvK",
"type": [
"string",
"null"
]
},
"naamVaartuig": {
"description": "Naam van vaartuig.",
"type": [
"string",
"null"
]
},
"verwerkingsdatum": {
"format": "date",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"gbdBuurtId",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/varen/openapi.json#/components/schemas/Varenligplaats"
]
}