Skip to content

Commit

Permalink
Tabelnaam aangepast (#1175)
Browse files Browse the repository at this point in the history
* Tabelnaam aangepast

* referenties oudere versies aangepast

* oudere versies verwijderd
  • Loading branch information
latasterschmidt authored Oct 29, 2024
1 parent c236f13 commit d2d347c
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions datasets/water/binnenwater/v3.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"id": "binnenwater",
"title": "Dataset die weergeeft binnen welk gebied in Amsterdam men binnenhavengeldplichtig is.",
"type": "table",
"version": "3.0.1",
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"identifier":"id",
"type": "object",
"additionalProperties": false,
"required": [
"id",
"schema"
],
"display": "id",
"properties": {
"schema": {
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema"
},
"id": {
"type": "integer",
"description": "Unieke aanduiding van de zone."
},
"geometry": {
"$ref": "https://geojson.org/schema/MultiPolygon.json",
"description": "Het gebied waarbinnen in Amsterdam binnenhavengeld betaald moet worden."
}
}
}
}
8 changes: 3 additions & 5 deletions datasets/water/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
"authorizationGrantor": "[email protected]",
"tables": [
{
"id": "binnenhavenwater",
"$ref": "binnenhavenwater/v2.0.1",
"id": "binnenwater",
"$ref": "binnenwater/v3.0.1",
"activeVersions": {
"1.0.0": "binnenhavenwater/v1.0.0",
"2.0.0": "binnenhavenwater/v2.0.0",
"2.0.1": "binnenhavenwater/v2.0.1"
"3.0.1": "binnenwater/v3.0.1"
}
},
{
Expand Down

0 comments on commit d2d347c

Please sign in to comment.