-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsons Aanpassen voor datacontracten (#1216)
* stadsdelen aangepast voor datacontract * bgt versies opgehoogd * bag datacontracten aangepast * bug fixing * brk nieuwe versies voor datacontract toegevoegd * woz toegevoegd voor datacontract
- Loading branch information
1 parent
5d6a606
commit 8a4728e
Showing
88 changed files
with
12,807 additions
and
169 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,68 @@ | ||
{ | ||
"id": "brondocumenten", | ||
"type": "table", | ||
"version": "1.0.1", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"identifier": "documentnummer", | ||
"required": [ | ||
"schema", | ||
"documentnummer" | ||
], | ||
"display": "documentnummer", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"documentnummer": { | ||
"type": "string", | ||
"title": "Brondocument nummer", | ||
"description": "Identificerende nummer van het document" | ||
}, | ||
"bronleverancierCode": { | ||
"type": "string", | ||
"provenance": "$.bronleverancier.code", | ||
"title": "Bron leverancier code", | ||
"description": "Verstrekker van brondocumenten en/of gegevens voortkomend uit het uitoefenen of voorbereiden van een gemeentelijke bevoegdheid, die nodig zijn voor een registratie aan de bronhouder, conform vastgestelde aanleverspecificaties. code" | ||
}, | ||
"bronleverancierOmschrijving": { | ||
"type": "string", | ||
"provenance": "$.bronleverancier.omschrijving", | ||
"title": "Bron leverancier omschrijving", | ||
"description": "Verstrekker van brondocumenten en/of gegevens voortkomend uit het uitoefenen of voorbereiden van een gemeentelijke bevoegdheid, die nodig zijn voor een registratie aan de bronhouder, conform vastgestelde aanleverspecificaties. omschrijving" | ||
}, | ||
"typeDossierCode": { | ||
"type": "string", | ||
"provenance": "$.typeDossier.code", | ||
"title": "Dossier type code", | ||
"description": "Het type dossier. code" | ||
}, | ||
"typeDossierOmschrijving": { | ||
"type": "string", | ||
"provenance": "$.typeDossier.omschrijving", | ||
"title": "Dossier type omschrijving", | ||
"description": "Het type dossier. omschrijving" | ||
}, | ||
"typeBrondocumentCode": { | ||
"type": "string", | ||
"provenance": "$.typeBrondocument.code", | ||
"title": "Brondocument type code", | ||
"description": "Het type brondocument. code" | ||
}, | ||
"typeBrondocumentOmschrijving": { | ||
"type": "string", | ||
"provenance": "$.typeBrondocument.omschrijving", | ||
"title": "Brondocument type omschrijving", | ||
"description": "Het type brondocument. omschrijving" | ||
}, | ||
"registratiedatum": { | ||
"type": "string", | ||
"title": "Registratie datum", | ||
"format": "date-time", | ||
"description": "De datum waarop het brondocument is opgeslagen in het register" | ||
} | ||
} | ||
} | ||
} |
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,57 @@ | ||
{ | ||
"id": "brondocumenten", | ||
"type": "table", | ||
"version": "3.0.1", | ||
"description": "Een BRONDOCUMENT is nodig als verantwoording van de registratie.", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"identifier": "documentnummer", | ||
"required": [ | ||
"schema", | ||
"identificatie" | ||
], | ||
"display": "documentnummer", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"documentnummer": { | ||
"type": "string", | ||
"title": "Brondocument nummer", | ||
"description": "Identificerende nummer van het document" | ||
}, | ||
"bronleverancier": { | ||
"type": "string", | ||
"title": "Bron leverancier", | ||
"provenance": "$.bronleverancier.omschrijving", | ||
"description": "Verstrekker van brondocumenten en of gegevens voortkomend uit het uitoefenen of voorbereiden van een gemeentelijke bevoegdheid, die nodig zijn voor een registratie aan de bronhouder, conform vastgestelde aanleverspecificaties" | ||
}, | ||
"typeDossier": { | ||
"type": "string", | ||
"title": "Dossier type", | ||
"provenance": "$.typeDossier.omschrijving", | ||
"description": "Omschrijving van het type dossier" | ||
}, | ||
"typeBrondocument": { | ||
"type": "string", | ||
"title": "Brondocument type", | ||
"provenance": "$.typeBrondocument.omschrijving", | ||
"description": "Omschrijving van het type brondocument" | ||
}, | ||
"registratiedatum": { | ||
"type": "string", | ||
"title": "Brondocument registratiedatum", | ||
"format": "date-time", | ||
"description": "De datum waarop het brondocument is opgeslagen in het register" | ||
}, | ||
"datumActueelTot": { | ||
"type": "string", | ||
"title": "Actueel tot datum", | ||
"format": "date-time", | ||
"description": "Einddatum van de cyclus, eventueel in combinatie met het kenmerk Status" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"id": "dossiers", | ||
"type": "table", | ||
"version": "1.0.1", | ||
"description": "Een DOSSIER houdt de wijzigingen van een object bij en bevat daarom één of meer brondocumenten", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"identifier": "dossier", | ||
"required": [ | ||
"schema", | ||
"dossier" | ||
], | ||
"display": "dossier", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"dossier": { | ||
"type": "string", | ||
"title": "Dossier ID", | ||
"description": "Verwijzing vanuit de overige objectklassen" | ||
}, | ||
"heeftBrondocumenten": { | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"properties": { | ||
"documentnummer": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"relation": "bag:brondocumenten", | ||
"title": "Het dossier heeft brondocumenten", | ||
"description": "De brondocument(en) behorende bij het dossier" | ||
} | ||
} | ||
} | ||
} |
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,47 @@ | ||
{ | ||
"id": "dossiers", | ||
"type": "table", | ||
"version": "2.0.1", | ||
"description": "Een DOSSIER houdt de wijzigingen van een object bij en bevat daarom één of meer brondocumenten", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"identifier": "identificatie", | ||
"required": [ | ||
"schema", | ||
"identificatie" | ||
], | ||
"display": "identificatie", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"identificatie": { | ||
"type": "string", | ||
"title": "Dossier ID", | ||
"description": "De unieke aanduiding van het dossier" | ||
}, | ||
"datumActueelTot": { | ||
"type": "string", | ||
"title": "Actueel tot datum", | ||
"format": "date-time", | ||
"description": "Einddatum van de cyclus, eventueel in combinatie met het kenmerk Status" | ||
}, | ||
"heeftBagBrondocumenten": { | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"properties": { | ||
"documentnummer": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"relation": "bag:brondocumenten", | ||
"title": "Het dossier heeft brondocumenten", | ||
"description": "De brondocument(en) behorende bij het dossier" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.