records
Bus Timings
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":"bus-timings",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bus-timings"
}
] - "definitions":{
- "bus-timings":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bus-timings_records"
}
}
} - "records":
} - "properties":
- "bus-timings_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "1":,{
- "type":"string",
- "format":"date",
- "title":"1",
- "description":""
} - "2":,{
- "type":"string",
- "format":"date",
- "title":"2",
- "description":""
} - "3":,{
- "type":"string",
- "format":"date",
- "title":"3",
- "description":""
} - "4":,{
- "type":"string",
- "format":"date",
- "title":"4",
- "description":""
} - "5":,{
- "type":"string",
- "format":"date",
- "title":"5",
- "description":""
} - "6":,{
- "type":"string",
- "format":"date",
- "title":"6",
- "description":""
} - "7":,{
- "type":"string",
- "format":"date",
- "title":"7",
- "description":""
} - "8":,{
- "type":"string",
- "format":"date",
- "title":"8",
- "description":""
} - "9":,{
- "type":"string",
- "format":"date",
- "title":"9",
- "description":""
} - "10":,{
- "type":"string",
- "format":"date",
- "title":"10",
- "description":""
} - "11":,{
- "type":"string",
- "format":"date",
- "title":"11",
- "description":""
} - "12":,{
- "type":"string",
- "format":"date",
- "title":"12",
- "description":""
} - "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "line_shortcut":{
- "type":"string",
- "title":"LINE / SHORTCUT",
- "description":""
}
} - "1":
}
} - "fields":
} - "properties":
} - "bus-timings":
}