-
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.
- Loading branch information
1 parent
ee03abc
commit c12034d
Showing
1 changed file
with
29 additions
and
30 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 |
---|---|---|
|
@@ -33,79 +33,83 @@ | |
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/[email protected]#/definitions/schema" | ||
}, | ||
"peildatum": { | ||
"type": "string", | ||
"description": "Peildatum van het bestand", | ||
"format": "date" }, | ||
"id": { | ||
"type": "integer", | ||
"description": "Unieke aanduiding van nieuwbouwproject" | ||
}, | ||
"idPrimavera": { | ||
"id_primavera": { | ||
"type": "integer", | ||
"description": "ID van het project in Primavera" | ||
}, | ||
"projectnaamAfkorting": { | ||
"projectnaam_afkorting": { | ||
"type": "string", | ||
"description": "Projectnaam" | ||
}, | ||
"buurtcode": { | ||
"buurt_code": { | ||
"type": "string", | ||
"description": "Code van de buurt" | ||
}, | ||
"buurtNaam": { | ||
"buurt_naam": { | ||
"type": "string", | ||
"description": "Naam van de buurt" | ||
}, | ||
"wijkCode": { | ||
"wijk_code": { | ||
"type": "string", | ||
"description": "Code van de wijk" | ||
}, | ||
"wijkNaam": { | ||
"wijk_naam": { | ||
"type": "string", | ||
"description": "Naam van de wijk" | ||
}, | ||
"gebiedCode": { | ||
"gebied_code": { | ||
"type": "string", | ||
"description": "Code van het gebied" | ||
}, | ||
"gebiedNaam": { | ||
"gebied_naam": { | ||
"type": "string", | ||
"description": "Naam van het gebied" | ||
}, | ||
"stadsdeelCode": { | ||
"stadsdeel_code": { | ||
"type": "string", | ||
"description": "Code van het stadsdeel" | ||
}, | ||
"stadsdeelNaam": { | ||
"stadsdeel_naam": { | ||
"type": "string", | ||
"description": "Naam van het stadsdeel" | ||
}, | ||
"grex": { | ||
"type": "string", | ||
"description": "Nummer grondexploitatie" | ||
}, | ||
"gebiedsindelingPrimavera": { | ||
"gebiedsindeling_primavera": { | ||
"type": "string", | ||
"description": "Gebiedsindeling uit Primavera" | ||
}, | ||
"socialeHuurZelfstPerm": { | ||
"sociale_huur_zelfst_perm": { | ||
"type": "integer", | ||
"description": "Aantal zelfstandige permanente sociale huurwoningen" | ||
}, | ||
"middeldureHuur": { | ||
"middeldure_huur": { | ||
"type": "integer", | ||
"description": "Aantal middeldure huurwoningen" | ||
}, | ||
"socialeKoop": { | ||
"sociale_koop": { | ||
"type": "integer", | ||
"description": "Aantal sociale koopwoningen" | ||
}, | ||
"vrijeSectorHuur": { | ||
"vrije_sector_huur": { | ||
"type": "integer", | ||
"description": "Aantal vrije sector huurwoningen" | ||
}, | ||
"vrijeSectorKoop": { | ||
"vrijeSector_koop": { | ||
"type": "integer", | ||
"description": "Aantal vrije sector koopwoningen" | ||
}, | ||
"vrijeSectorNb": { | ||
"vrije_sector_nb": { | ||
"type": "integer", | ||
"description": "Aantal vrije sector woningen waarvan later nog wordt bepaald of dit koop of huur wordt" | ||
}, | ||
|
@@ -121,7 +125,7 @@ | |
"type": "integer", | ||
"description": "Aantal studentenwoningen" | ||
}, | ||
"shOnzelfstTijdelijk": { | ||
"sh_onzelfst_of_tijdelijk": { | ||
"type": "integer", | ||
"description": "Aantal onzelfstandig en/of tijdelijke sociale huurwoningen" | ||
}, | ||
|
@@ -137,43 +141,38 @@ | |
"type": "integer", | ||
"description": "Totaal aantal woningen incl. onzelfstandige en/of tijdelijke woningen" | ||
}, | ||
"totaalZelfstPerm": { | ||
"totaal_zelfst_perm": { | ||
"type": "integer", | ||
"description": "Totaal aantal zelfstandige en permanente woningen" | ||
}, | ||
"zelfbouw": { | ||
"type": "string", | ||
"description": "Zelfbouwproject" | ||
}, | ||
"socialeHuurCorporatie": { | ||
"sociale_huur_corporatie": { | ||
"type": "string", | ||
"description": "Woningcorporatie betrokken bij de ontwikkeling van de sociale huurwoningen" | ||
}, | ||
"plaberumPublicatie": { | ||
"plaberum_publicatie": { | ||
"type": "string", | ||
"description": "Plaberumfase" | ||
}, | ||
"startBouwGepland": { | ||
"start_bouw_gepland": { | ||
"type": "string", | ||
"description": "Datum waarop start bouw van het project gepland staat", | ||
"format": "date" | ||
}, | ||
"startBouwGerealiseerd": { | ||
"start_bouw_gerealiseerd": { | ||
"type": "string", | ||
"description": "Datum waarop start van het project is gerealiseerd", | ||
"format": "date" | ||
}, | ||
"opleveringGepland": { | ||
"oplevering_gepland": { | ||
"type": "string", | ||
"description": "Datum waarop oplevering van het project gepland staat", | ||
"format": "date" | ||
}, | ||
"peildatum": { | ||
"type": "string", | ||
"description": "Peildatum van het bestand", | ||
"format": "date" | ||
}, | ||
"geometrie": { | ||
"wkt_geom": { | ||
"description": "Geometrie van het type MULTIPOLYGON van het nieuwbouwproject", | ||
"$ref": "https://geojson.org/schema/MultiPolygon.json" | ||
} | ||
|