-
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.
Merge branch 'master' into bdaniels/dataverkenner-views-updates
- Loading branch information
Showing
56 changed files
with
3,580 additions
and
151 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"type": "dataset", | ||
"id": "benk", | ||
"title": "benk", | ||
"status": "niet_beschikbaar", | ||
"version": "1.0.0", | ||
"owner": "Datateam Basis- en Kernregistraties", | ||
"creator": "Datateam Basis- en Kernregistraties", | ||
"publisher": "Datateam Basis- en Kernregistraties", | ||
"authorizationGrantor": "Datateam Basis- en Kernregistraties", | ||
"auth": "OPENBAAR", | ||
"tables": [ | ||
{ | ||
"id": "lasteventids", | ||
"$ref": "lasteventids/v1.0.0", | ||
"activeVersions": { | ||
"1.0.0": "lasteventids/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"id": "lasteventids", | ||
"version": "1.0.0", | ||
"type": "table", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"identifier": "table", | ||
"required": [ | ||
"table", | ||
"schema" | ||
], | ||
"display": "table", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"table": { | ||
"type": "string", | ||
"description": "Table to which this last event ID applies." | ||
}, | ||
"lastEventId": { | ||
"type": "integer", | ||
"description": "Last event ID that was processed." | ||
} | ||
} | ||
} | ||
} |
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
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
Oops, something went wrong.