records
Anzahl SBB-Bahnhofbenutzer (Wochentag)
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-sbb-bahnhofbenutzer-wochentag",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/anzahl-sbb-bahnhofbenutzer-wochentag"
}
] - "definitions":{
- "anzahl-sbb-bahnhofbenutzer-wochentag":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/anzahl-sbb-bahnhofbenutzer-wochentag_records"
}
}
} - "records":
} - "properties":
- "anzahl-sbb-bahnhofbenutzer-wochentag_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "bahnhof_gare_stazione_station":,{
- "type":"string",
- "title":"Bahnhof_Gare_Stazione_Station",
- "description":""
} - "wochentag":,{
- "type":"string",
- "title":"Wochentag",
- "description":""
} - "prozentsatz":{
- "type":"number",
- "title":"Prozentsatz",
- "description":"",
- "unit":"%"
}
} - "bahnhof_gare_stazione_station":
}
} - "fields":
} - "properties":
} - "anzahl-sbb-bahnhofbenutzer-wochentag":
}