-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed space in id * update schema version to 2.0 * Folder name change * Changed table names * fixed directory names * folder name fix * more changes --------- Co-authored-by: Barry Daniels <[email protected]>
- Loading branch information
1 parent
3b56b7a
commit e2df482
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "dataset", | ||
"id": "uitstootvrije zones", | ||
"id": "uitstootvrijeZones", | ||
"title": "uitstootvrije zones", | ||
"status": "beschikbaar", | ||
"description": "Uitstootvrije zones die gelden vanaf 1 januari 2025 voor verkeer in Amsterdam", | ||
|
@@ -15,17 +15,17 @@ | |
"authorizationGrantor": "[email protected]", | ||
"tables": [ | ||
{ | ||
"id": "uitstootvrijeZoneBromenSnorfiets", | ||
"$ref": "uitstootvrijeZoneBromenSnorfiets/v1.0.0", | ||
"id": "bromEnSnorfiets", | ||
"$ref": "brom_en_snorfiets/v1.0.0", | ||
"activeVersions": { | ||
"1.0.0": "uitstootvrijeZoneBromenSnorfiets/v1.0.0" | ||
"1.0.0": "brom_en_snorfiets/v1.0.0" | ||
} | ||
}, | ||
{ | ||
"id": "uitstootvrijeZoneVrachtenBestelauto", | ||
"$ref": "uitstootvrijeZoneVrachtenBestelauto/v1.0.0", | ||
"id": "vrachtEnBestelauto", | ||
"$ref": "vracht_en_bestelauto/v1.0.0", | ||
"activeVersions": { | ||
"1.0.0": "uitstootvrijeZoneVrachtenBestelauto/v1.0.0" | ||
"1.0.0": "vracht_en_bestelauto/v1.0.0" | ||
} | ||
} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters