records
Actual data downloaded per canton and hour (July 2017)
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":"effektiver-datendownload-pro-kanton-und-stunde-de",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/effektiver-datendownload-pro-kanton-und-stunde-de"
}
] - "definitions":{
- "effektiver-datendownload-pro-kanton-und-stunde-de":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/effektiver-datendownload-pro-kanton-und-stunde-de_records"
}
}
} - "records":
} - "properties":
- "effektiver-datendownload-pro-kanton-und-stunde-de_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "canton":,{
- "type":"string",
- "title":"Kanton",
- "description":""
} - "timestamp_hour":,{
- "type":"string",
- "format":"date-time",
- "title":"Datum und Zeit",
- "description":"Datum und Stunde"
} - "effective_bytes_down_per_canton_per_hour_bytes":,{
- "type":"integer",
- "title":"Effektiver Datendownload pro Kanton und Stunde in Bytes",
- "description":""
} - "effective_bytes_down_per_canton_per_hour_gb":{
- "type":"number",
- "title":"Effektiver Datendownload pro Kanton und Stunde in GB",
- "description":""
}
} - "canton":
}
} - "fields":
} - "properties":
} - "effektiver-datendownload-pro-kanton-und-stunde-de":
}