records

records

Active filters Clear all

No active filters

Filters

Sozialmonitoring - Soziale Sicherung

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
                       
Jahr
               

No description available for this field.

Name (identifier)
jahr
Type
date
Sample
                       
Thema
               

No description available for this field.

Name (identifier)
thema
Type
text
Sample
                       
Wert
               

No description available for this field.

Name (identifier)
wert
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"sozialmonitoring-zahlen-zur-sozialhilfe",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/sozialmonitoring-zahlen-zur-sozialhilfe"
      }
    ]
    ,
  • "definitions":
    {
    • "sozialmonitoring-zahlen-zur-sozialhilfe":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/sozialmonitoring-zahlen-zur-sozialhilfe_records"
            }
          }
        }
      }
      ,
    • "sozialmonitoring-zahlen-zur-sozialhilfe_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "stadtbezirk":
              {
              • "type":"string",
              • "title":"Stadtbezirk",
              • "description":""
              }
              ,
            • "jahr":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Jahr",
              • "description":""
              }
              ,
            • "thema":
              {
              • "type":"string",
              • "title":"Thema",
              • "description":""
              }
              ,
            • "wert":
              {
              • "type":"number",
              • "title":"Wert",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets