records
Stops' Visualisation - NYC network
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":"gtfs_ny_stops",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gtfs_ny_stops"
}
] - "definitions":{
- "gtfs_ny_stops":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gtfs_ny_stops_records"
}
}
} - "records":
} - "properties":
- "gtfs_ny_stops_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{}
}
} - "fields":
} - "properties":
} - "gtfs_ny_stops":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.