records
Residents of Potsdam since 1992
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":"einwohnerzahl-seit-1992",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/einwohnerzahl-seit-1992"
}
] - "definitions":{
- "einwohnerzahl-seit-1992":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/einwohnerzahl-seit-1992_records"
}
}
} - "records":
} - "properties":
- "einwohnerzahl-seit-1992_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "jahr":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "einwohner_mit_hauptwohnung":,{
- "type":"integer",
- "title":"Residents with main residency",
- "description":""
} - "einwohner_mit_nebenwohnung":,{
- "type":"integer",
- "title":"Residents with secondary residence",
- "description":""
} - "gesamt":{
- "type":"integer",
- "title":"total",
- "description":""
}
} - "jahr":
}
} - "fields":
} - "properties":
} - "einwohnerzahl-seit-1992":
}