records
Coronavirus (COVID-19) Altersinzidenzen
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":"fb53-altersinzidenzen",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/fb53-altersinzidenzen"
}
] - "definitions":{
- "fb53-altersinzidenzen":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/fb53-altersinzidenzen_records"
}
}
} - "records":
} - "properties":
- "fb53-altersinzidenzen_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "kalenderwoche":,{
- "type":"string",
- "title":"Kalenderwoche",
- "description":""
} - "jahr":,{
- "type":"string",
- "format":"date",
- "title":"Jahr",
- "description":""
} - "woche":,{
- "type":"integer",
- "title":"Woche",
- "description":""
} - "altersklasse_id":,{
- "type":"integer",
- "title":"Altersklasse ID",
- "description":""
} - "altersklasse":,{
- "type":"string",
- "title":"Altersklasse",
- "description":""
} - "sieben_tage_inzidenz":,{
- "type":"integer",
- "title":"Sieben-Tage-Inzidenz",
- "description":""
} - "kommune":{
- "type":"string",
- "title":"Kommune",
- "description":""
}
} - "kalenderwoche":
}
} - "fields":
} - "properties":
} - "fb53-altersinzidenzen":
}