- SourceMeta name
- parkeervakkenparkeervakkenregimes
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.389 bytes
- Bytes bundled
- 2.389 bytes
- Health
- 87%
- Dependencies
- -
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
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/aantal/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/aantal/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/parkeervakken-9k3pju6hr/parkeervakkenparkeervakkenregimes",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Auto-generated table for nested field: parkeervakken.regimes",
"properties": {
"aantal": {
"description": "Schatting van het aantal geparkeerde voertuigen dat in deze geometrie zou passen",
"format": "double",
"type": [
"number",
"null"
]
},
"beginDatum": {
"description": "Begindatum van TVM",
"format": "date",
"type": [
"string",
"null"
]
},
"beginTijd": {
"description": "Begin van venstertijd of TVM",
"format": "time",
"type": [
"string",
"null"
]
},
"bord": {
"description": "Toelichting bij type parkeervak",
"type": [
"string",
"null"
]
},
"dagen": {
"description": "Reeks weekdagen waarop een venstertijd van toepassing is",
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"eType": {
"description": "Type parkeervak",
"type": [
"string",
"null"
]
},
"eTypeDescription": {
"description": "Omschrijving van het type parkeervak",
"type": [
"string",
"null"
]
},
"eindDatum": {
"description": "Einddatum van TVM",
"format": "date",
"type": [
"string",
"null"
]
},
"eindTijd": {
"description": "Eind van venstertijd of TVM",
"format": "time",
"type": [
"string",
"null"
]
},
"kenteken": {
"description": "Indien het een gehandicaptenparkeerplaats betreft: het kenteken van het voertuig dat bestemd is voor dit parkeervak",
"type": [
"string",
"null"
]
},
"opmerking": {
"description": "Toelichting bij venstertijd of TVM",
"type": [
"string",
"null"
]
},
"soort": {
"description": "Geeft aan of het een fiscaal, niet-fiscaal of mulder parkeerplaats betreft",
"type": [
"string",
"null"
]
},
"typeUitzondering": {
"description": "Type van de uitzondering die van toepassing is op het parkeervak: TVM of Venstertijden",
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/parkeervakken/openapi.json#/components/schemas/Parkeervakkenparkeervakken_regimes"
]
}