Skip to content

Commit

Permalink
Add versiedatum and typeUitzondering fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bas committed Jul 25, 2023
1 parent e807c90 commit 2afa901
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions datasets/parkeervakken/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"type": "number",
"description": "Schatting van het aantal geparkeerde voertuigen dat in deze geometrie zou passen"
},
"versiedatum": {
"type": "string",
"format": "date",
"description": "Datum vanaf wanneer de dataset geldig is"
},
"geometry": {
"$ref": "https://geojson.org/schema/Polygon.json"
},
Expand Down Expand Up @@ -120,6 +125,10 @@
"opmerking": {
"type": "string",
"description": "Toelichting bij venstertijd of TVM"
},
"typeUitzondering": {
"type": "string",
"description": "Type van de uitzondering die van toepassing is op het parkeervak: TVM of Venstertijden"
}
}
}
Expand Down

0 comments on commit 2afa901

Please sign in to comment.