169 records

Stadtbezirke Wohnberechtigte

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Stadtbezirk
               

No description available for this field.

Name (identifier)
stadtbezirk
Type
text
Sample
Altstadt
Jahr
               

No description available for this field.

Name (identifier)
jahr
Type
date
Sample
2011
Wohnberechtigte
               

No description available for this field.

Name (identifier)
wert
Type
integer
Sample
20693

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"stadtbezirke_wohnberechtigte",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/stadtbezirke_wohnberechtigte"
      }
    ]
    ,
  • "definitions":
    {
    • "stadtbezirke_wohnberechtigte":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/stadtbezirke_wohnberechtigte_records"
            }
          }
        }
      }
      ,
    • "stadtbezirke_wohnberechtigte_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "stadtbezirk":
              {
              • "type":"string",
              • "title":"Stadtbezirk",
              • "description":""
              }
              ,
            • "jahr":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Jahr",
              • "description":""
              }
              ,
            • "wert":
              {
              • "type":"integer",
              • "title":"Wohnberechtigte",
              • "description":""
              }
            }
          }
        }
      }
    }
}