records
Sozialmonitoring - Soziale Sicherung
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":"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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "stadtbezirk":
}
} - "fields":
} - "properties":
} - "sozialmonitoring-zahlen-zur-sozialhilfe":
}