records
Public Transport Stops
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":"public-transport-stops0",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/public-transport-stops0"
}
] - "definitions":{
- "public-transport-stops0":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/public-transport-stops0_records"
}
}
} - "records":
} - "properties":
- "public-transport-stops0_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "no":,{
- "type":"number",
- "title":"No.",
- "description":""
} - "latitude":,{
- "type":"number",
- "title":"Latitude",
- "description":""
} - "longitude":,{
- "type":"number",
- "title":"Longitude",
- "description":""
} - "bus_stop_name_english":,{
- "type":"string",
- "title":"Bus Stop Name (English)",
- "description":""
} - "sm_lmwqf_bl_rby":{
- "type":"string",
- "title":"اسم الموقف بالعربي",
- "description":""
}
} - "no":
}
} - "fields":
} - "properties":
} - "public-transport-stops0":
}