-
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.
metadata toegevoegd aan tabellen (#989)
* metadata toegevoegd aan tabellen * wijzigingen schema bomen acc
- Loading branch information
Showing
6 changed files
with
1,275 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"id": "gebrekregistratie", | ||
"type": "table", | ||
"mainGeometry": "geometrie", | ||
"version": "1.2.0", | ||
"title": "gebrekregistratie van bomen", | ||
"description": "bevat de actuele gebrekregistratie van de bomen in beheer van gemeente Amsterdam.", | ||
"auth": "OPENBAAR", | ||
"identifier": "id", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"required": [ | ||
"schema", | ||
"id" | ||
], | ||
"display": "id", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" | ||
}, | ||
"id": { | ||
"type": "integer", | ||
"description": "Unieke aanduiding van record" | ||
}, | ||
"veiligheidsinspectiesId": { | ||
"type": "integer", | ||
"description": "de vreemde sleutel (foreignkey) voor de relatie met de veiligeheidsinspecties" | ||
}, | ||
"boomId": { | ||
"type": "integer", | ||
"description": "de vreemde sleutel (foreignkey) voor de relatie met de stamgegevens van de bomen" | ||
}, | ||
"boomgebrekAfwijking": { | ||
"type": "string", | ||
"description": "Wordt later ingevuld", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"boomgebrekGevolg": { | ||
"type": "string", | ||
"description": "Wordt later ingevuld", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"boomonderdeelPlaats": { | ||
"type": "string", | ||
"description": "Wordt later ingevuld", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"matching": { | ||
"type": "string", | ||
"description": "Wordt later ingevuld", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"boomgebrek": { | ||
"type": "string", | ||
"description": "Wordt later ingevuld", | ||
"enum": [ | ||
"Maaiveld", | ||
"Mechanisch defect", | ||
"Zwam/schimmel", | ||
"Algemeen", | ||
"Insect", | ||
"Ziekte/bacterie" | ||
], | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"code": { | ||
"type": "string", | ||
"description": "Wordt later ingevuld", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"guid": { | ||
"type": "string", | ||
"description": "Uniek nummer van het IMBOR-object (GUID)", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"mutatieDatum": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "Wordt later ingevuld", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"revisie": { | ||
"type": "string", | ||
"description": "Wordt later ingevuld", | ||
"auth": "FP/MDW", | ||
"reasonsNonPublic": [ | ||
"5.1 2d: Zwaarwegend belang: inspectie, controle en toezicht door bestuursorganen" | ||
] | ||
}, | ||
"objectbegintijd": { | ||
"type": "string", | ||
"format": "date", | ||
"description": "Wordt later ingevuld" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.