records
Coronavirus (COVID-19) R-Wert
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":"fb-53-r-wert",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/fb-53-r-wert"
}
] - "definitions":{
- "fb-53-r-wert":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/fb-53-r-wert_records"
}
}
} - "records":
} - "properties":
- "fb-53-r-wert_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datum":,{
- "type":"string",
- "format":"date",
- "title":"Datum",
- "description":""
} - "r_round":,{
- "type":"number",
- "title":"R-Wert",
- "description":""
} - "inzidenz":,{
- "type":"number",
- "title":"Inzidenz",
- "description":""
} - "kommune":{
- "type":"string",
- "title":"Kommune",
- "description":""
}
} - "datum":
}
} - "fields":
} - "properties":
} - "fb-53-r-wert":
}