-
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.
wijziging beschrijving attribuut ophaaltijdstip (#1080)
* beschrijving attribuut gewijzigd * Update v2.1.0.json * versie nummer aangepast
- Loading branch information
Showing
3 changed files
with
228 additions
and
4 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 |
---|---|---|
|
@@ -221,4 +221,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
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,224 @@ | ||
{ | ||
"id": "afvalregistratie", | ||
"type": "table", | ||
"version": "2.1.1", | ||
"title": "Afvalregistratie bij pilot negen straatjes", | ||
"description": "Adressen waarbij wel of geen afval is opgehaald", | ||
"identifier": "id", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"mainGeometry": "geometrie", | ||
"required": [ | ||
"schema", | ||
"id" | ||
], | ||
"display": "id", | ||
"properties": { | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" | ||
}, | ||
"id": { | ||
"type": "string", | ||
"title": "Id", | ||
"description": "uniek id binnen de tabel" | ||
}, | ||
"afvalregistratieId": { | ||
"type": "string", | ||
"title": "Afvalregistratie id", | ||
"description": "id verwijst naar de 21Qubz afvalregistratie tabel." | ||
}, | ||
"meldingId": { | ||
"type": "string", | ||
"title": "Melding Id", | ||
"description": "Id verwijst naar de meldingen tabel." | ||
}, | ||
"planningsId": { | ||
"type": "string", | ||
"title": "Plannings id", | ||
"description": "id verwijst naar de 21Qubz planning tabel." | ||
}, | ||
"planningsitemId": { | ||
"type": "string", | ||
"title": "Planningsitem Id", | ||
"description": "id verwijst naar de 21Qubz plannings_item tabel. Hierin staan de onderdelen van een planning" | ||
}, | ||
"geometrie": { | ||
"$ref": "https://geojson.org/schema/Point.json", | ||
"title": "Geometrie", | ||
"description": "Punt geometrie van het adres (RD-new, epsg:28992)." | ||
}, | ||
"adres": { | ||
"type": "string", | ||
"title": "Adres", | ||
"description": "volledig adres samengesteld uit verschillende bag attributen." | ||
}, | ||
"afhandelStatus": { | ||
"type": "string", | ||
"title": "Ahandel status", | ||
"description": "Status van de afhandeling" | ||
}, | ||
"bagNummeraanduidingIdentificatie": { | ||
"type": "string", | ||
"title": "BAG nummeraanduiding identificatie", | ||
"description": "BAG nummeraanduiding identificatienummer" | ||
}, | ||
"buurt": { | ||
"type": "string", | ||
"title": "Buurt", | ||
"description": "BAG buurtnaam" | ||
}, | ||
"buurtcode": { | ||
"type": "string", | ||
"title": "Buurtcode", | ||
"description": "BAG buurtcode" | ||
}, | ||
"fractie": { | ||
"type": "string", | ||
"title": "Fractie omschrijving", | ||
"description": "naam van de fractie die het betreft", | ||
"enum": [ | ||
"Glas", | ||
"Groente-, Fruit- en Etensresten", | ||
"Oud papier karton", | ||
"Restafval", | ||
"Textiel", | ||
"gemengde fracties Niet productie" | ||
] | ||
}, | ||
"fractiecode": { | ||
"type": "string", | ||
"title": "Fractiecode", | ||
"description": "code van de fractie die het betreft", | ||
"enum": [ | ||
"GLAS", | ||
"GFE", | ||
"OPK", | ||
"REST", | ||
"TEX", | ||
"GEM" | ||
] | ||
}, | ||
"geplandeDatum": { | ||
"type": "string", | ||
"title": "Geplande datum", | ||
"format": "date", | ||
"description": "datum wanneer afval wordt opgehaald volgens planning." | ||
}, | ||
"geplandTot": { | ||
"type": "string", | ||
"title": "Gepland tot", | ||
"format": "date-time", | ||
"description": "gepland tot tijdstip van inzameling" | ||
}, | ||
"geplandVan": { | ||
"type": "string", | ||
"title": "Gepland van", | ||
"format": "date-time", | ||
"description": "gepland vanaf tijdstip voor inzameling" | ||
}, | ||
"huisletter": { | ||
"type": "string", | ||
"title": "Huisletter", | ||
"description": "BAG huisletter" | ||
}, | ||
"huisletterToevoeging": { | ||
"type": "string", | ||
"title": "Huisletter toevoeging", | ||
"description": "BAG huisnummer toevoeging" | ||
}, | ||
"huisnummer": { | ||
"type": "string", | ||
"title": "Huisnummer", | ||
"description": "BAG huisnummer" | ||
}, | ||
"kenteken": { | ||
"type": "string", | ||
"title": "Kenteken", | ||
"description": "kenteken van de wagen" | ||
}, | ||
"kleur": { | ||
"type": "string", | ||
"title": "Kleur", | ||
"description": "fractie kleur", | ||
"enum": [ | ||
"BLUE", | ||
"BROWN", | ||
"GREEN", | ||
"GREY", | ||
"PURPLE", | ||
"YELLOW" | ||
] | ||
}, | ||
"ophaalgewicht": { | ||
"type": "number", | ||
"title": "Ophaalgewicht", | ||
"description": "gewicht van inzameling" | ||
}, | ||
"ophaaltijdstip": { | ||
"type": "string", | ||
"format": "date-time", | ||
"title": "ophaaltijdstip", | ||
"description": "tijdstip van inzameling" | ||
}, | ||
"postcode": { | ||
"type": "string", | ||
"title": "Postcode", | ||
"description": "BAG postcode" | ||
}, | ||
"stadsdeel": { | ||
"type": "string", | ||
"title": "Stadsdeel", | ||
"description": "BAG stadsdeelnaam" | ||
}, | ||
"stadsdeelcode": { | ||
"type": "string", | ||
"title": "Stadsdeelcode", | ||
"description": "BAG stadsdeelcode" | ||
}, | ||
"straatnaam": { | ||
"type": "string", | ||
"title": "Straatnaam", | ||
"description": "BAG openbareruimtenaam/ straatnaam" | ||
}, | ||
"stuksAfval": { | ||
"type": "integer", | ||
"title": "Stuks afval", | ||
"description": "aantal stuks afval" | ||
}, | ||
"tijdvensterOphalen": { | ||
"type": "string", | ||
"title": "Tijdvenster ophalen", | ||
"description": "het tijdsvenster voor het ophalen van het afval" | ||
}, | ||
"uitvoertijd": { | ||
"type": "string", | ||
"format":"time", | ||
"title": "Uitvcoertijd", | ||
"description": "tijdstip waarop ophaalstop is uitgevoerd" | ||
}, | ||
"uitvoerdatumtijd": { | ||
"type": "string", | ||
"format":"date-time", | ||
"title": "Uitvoerdatumtijd", | ||
"description": "tijdstip en datum waarop ophaalstop is uitgevoerd" | ||
}, | ||
"wagennummer": { | ||
"type": "string", | ||
"title": "Wagennummer", | ||
"description": "wagen nummer" | ||
}, | ||
"wijk": { | ||
"type": "string", | ||
"title": "Wijk", | ||
"description": "BAG wijknaam" | ||
}, | ||
"wijkcode": { | ||
"type": "string", | ||
"title": "Wijkcode", | ||
"description": "BAG wijkcode" | ||
} | ||
} | ||
} | ||
} |
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