records
Woningbouwprojecten deelgebieden (tabel)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"woningbouwprojecten-deelgebieden-tabel",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/woningbouwprojecten-deelgebieden-tabel"
}
] - "definitions":{
- "woningbouwprojecten-deelgebieden-tabel":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/woningbouwprojecten-deelgebieden-tabel_records"
}
}
} - "records":
} - "properties":
- "woningbouwprojecten-deelgebieden-tabel_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "objectid":,{
- "type":"integer",
- "title":"OBJECTID",
- "description":""
} - "projectnummer":,{
- "type":"integer",
- "title":"PROJECTNUMMER",
- "description":"Nummer waarmee gebied van een woningbouwproject gekoppeld kan worden aan een projectfase, zie: ...TODO"
} - "naamdeelgebied":,{
- "type":"string",
- "title":"NAAMDEELGEBIED",
- "description":""
} - "bouwplan":,{
- "type":"string",
- "title":"BOUWPLAN",
- "description":""
} - "woningtype":,{
- "type":"string",
- "title":"WONINGTYPE",
- "description":""
} - "opleverjaardeelgebied":,{
- "type":"string",
- "title":"OPLEVERJAARDEELGEBIED",
- "description":""
} - "prijsklasse":,{
- "type":"string",
- "title":"PRIJSKLASSE",
- "description":""
} - "projectfase":,{
- "type":"string",
- "title":"PROJECTFASE",
- "description":""
} - "nieuw_verbouw":,{
- "type":"string",
- "title":"NIEUW_VERBOUW",
- "description":""
} - "aantalwoningendeelgebied":,{
- "type":"integer",
- "title":"AANTALWONINGENDEELGEBIED",
- "description":""
} - "project_id":{
- "type":"string",
- "title":"PROJECT_ID",
- "description":""
}
} - "objectid":
}
} - "fields":
} - "properties":
} - "woningbouwprojecten-deelgebieden-tabel":
}