records
Number of voice calls per canton (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":"anzahl-sprachanrufe-pro-kanton-201707",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/anzahl-sprachanrufe-pro-kanton-201707"
}
] - "definitions":{
- "anzahl-sprachanrufe-pro-kanton-201707":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/anzahl-sprachanrufe-pro-kanton-201707_records"
}
}
} - "records":
} - "properties":
- "anzahl-sprachanrufe-pro-kanton-201707_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"
} - "number_calls_per_canton_per_hour":{
- "type":"integer",
- "title":"Anzahl Anrufe pro Kanton und Stunde",
- "description":""
}
} - "canton":
}
} - "fields":
} - "properties":
} - "anzahl-sprachanrufe-pro-kanton-201707":
}