Skip to content

Commit

Permalink
auth scope weer goed gezet en volgorde attributen dataset conform doc…
Browse files Browse the repository at this point in the history
…umentatie (#869)

* auth scope weer goed gezet en volgorde attributen dataset conform documentatie

* Update dataset.json

* Update v1.0.0.json

* Update v1.0.0.json
  • Loading branch information
ArjanHou authored Nov 22, 2023
1 parent 6f35782 commit 9a6693f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion datasets/vergunningen/bedAndBreakfast/v1.0.0.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "bedAndBreakfast",
"id": "bedandbreakfast",
"title": "Bed & Breakfastvergunning beschikbaarheidsindicatie",
"description": "Indicatie beschikbaarheid voor een Bed & Breakfastvergunning per wijk. Per wijk is een maximaal aantal vergunningen beschikbaar.",
"type": "table",
Expand Down
17 changes: 6 additions & 11 deletions datasets/vergunningen/dataset.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
{
"id": "vergunningen",
"type": "dataset",
"title": "Vergunningen",
"description": "Deze dataset bevat verschillende type vergunningen",
"version": "1.0.0",
"status": "beschikbaar",
"publisher": {
"$ref": "/publishers/BOR"
},
"creator": "Datateam Beeldschoon/BOR",
"auth": "OPENBAAR",
"authorizationGrantor": "Stadswerken, Gemeente Amsterdam",
"auth": "FP/MDW",
"reasonsNonPublic": [
"nader te bepalen"
],
"theme": [
"Vergunningen"
],
"homepage": "https://data.amsterdam.nl",
"owner": "Gemeente Amsterdam",
"version": "1.0.0",
"title": "Vergunningen",
"language": "nl",
"dateCreated": "2023-11-21T00:00:00+01:00",
"license": "openbaar, tenzij anders aangegeven / behoudens uitzonderingen",
"description": "hier komt een beschrijving",
"status": "niet_beschikbaar",
"keywords": [
"bedandbreakfast",
"omzetting",
Expand All @@ -33,7 +28,7 @@
"temporalUnit": "",
"tables": [
{
"id": "bedAndBreakfast",
"id": "bedandbreakfast",
"$ref": "bedAndBreakfast/v1.0.0",
"activeVersions": {
"1.0.0": "bedAndBreakfast/v1.0.0"
Expand Down
6 changes: 6 additions & 0 deletions datasets/vergunningen/werkEnVervoerOpStraat/v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"version": "1.0.0",
"title": "Tijdelijke verkeersmaatregelen",
"description": "bevat een overzicht van Tijdelijke VerkeersMaatregelen (TVM)",
"authorizationGrantor": "Stadswerken, Gemeente Amsterdam",
"status": "niet_beschikbaar",
"auth": "FP/MDW",
"reasonsNonPublic": [
"5.1 2f: Zwaarwegend belang: vertrouwelijke of concurrentiegevoelige bedrijfs- en fabricagegegevens"
],
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
Expand Down

0 comments on commit 9a6693f

Please sign in to comment.