-
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.
Loopafstanden servicegebieden (#1176)
* titles and description changed * titles and descriptions changed
- Loading branch information
Showing
6 changed files
with
215 additions
and
52 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"id": "servicegebieden", | ||
"type": "table", | ||
"title": "Servicegebieden voor boven- en ondergrondseafvalcontainers", | ||
"description": "Een afvalservicegebied is een verzameling van panden die dicht bij elkaar liggen op basis van hun loopafstand tot een afvalophaal locatie. De bewoners van deze panden maken gebruik van het dichtstbijzijnde afvalservicepunt.", | ||
"version": "1.2.0", | ||
"auth": "OPENBAAR", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"required": [ | ||
"schema", | ||
"id" | ||
], | ||
"mainGeometry": "geometrie", | ||
"identifier": "id", | ||
"display": "id", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"id": { | ||
"type": "string", | ||
"description": "Unieke identificatie van een afval servicegebied", | ||
"title": "Afval servicegebied ID" | ||
}, | ||
"bagObjectId": { | ||
"type": "string", | ||
"description": "Unieke BAG object (pand, ligplaats en standplaats) identificatie", | ||
"title": "BAG object identificatie" | ||
}, | ||
"bagObjectType": { | ||
"type": "string", | ||
"description": "Type BAG object (pand, ligplaats en standplaats)", | ||
"title": "Object type" | ||
}, | ||
"servicegebiedenLocatie": { | ||
"type": "string", | ||
"relation": "huishoudelijkafval:servicegebieden_locatie", | ||
"description": "Identificatie van een servicegebied locatie. De Servicegebieden locaties correspenderen met de afvalcluster", | ||
"title": "Servicegebied locatie ID" | ||
}, | ||
"fractieCode": { | ||
"type": "string", | ||
"description": "Type afvalfractie code waarvoor de container is bedoeld: 1 - Rest, 2 - Glas, 3 - Papier, 4 - Plastic, 5 - Textiel, 6 - GFT, 9 - Brood", | ||
"title": "Afvalfractie code" | ||
}, | ||
"fractieOmschrijving": { | ||
"type": "string", | ||
"description": "Afvalcontainer fractieomschrijving zoals door leverancier is geleverd.", | ||
"title": "Afvalfractie omschrijving" | ||
}, | ||
"loopafstandCategorieId": { | ||
"type": "string", | ||
"description": "Unieke identificatie van loopafstanden categoriën", | ||
"title": "Loopafstand categorie ID" | ||
}, | ||
"loopafstandCategorieOmschrijving": { | ||
"type": "string", | ||
"description": "De loopafstanden zijn volgens een vastgestelde indelijng gecategoriseerd. Bijvoorbeeld: 30 - 90 meter", | ||
"title": "Loopafstand categorie omschrijving" | ||
}, | ||
"loopafstandCategorieVanaf": { | ||
"type": "number", | ||
"description": "De loopafstand vanaf een bepaalde meter. Volgens de loopafstand categorisatie.", | ||
"title": "Loopafstand vanaf meter" | ||
}, | ||
"loopafstandCategorieTot": { | ||
"type": "number", | ||
"description": "De loopafstand tot een bepaalde meter volgens de loopafstandcategorisatie.", | ||
"title": "Loopafstand tot meter" | ||
}, | ||
"categorieWijzigingsdatumDp": { | ||
"type": "string", | ||
"format": "date-time", | ||
"description": "De datum waarop de loopafstandcategorie in de datapijplijn is gewijzigd", | ||
"title": "Loopafstand categorie wijzigingsdatum" | ||
}, | ||
"categorieVerwijderdDp": { | ||
"type": "boolean", | ||
"description": "De datum waarop de loopafstandcategorie in de datapijplijn is verwijderd.", | ||
"title": "Loopafstand categorie einddatum" | ||
}, | ||
"geometrie": { | ||
"$ref": "https://geojson.org/schema/Polygon.json", | ||
"description": "Geometrie van het type POINT van de container RD (epsg:28992)", | ||
"title": "Geometrie" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.