addedOutput schema / properties / meta
Added value: +{
+ "properties": {
+ "after": {
+ "type": "number"
+ },
+ "next": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / routes / items / properties / agency / properties
Added value: +{
+ "agency_id": {
+ "type": "string"
+ },
+ "agency_name": {
+ "type": "string"
+ },
+ "id": {
+ "type": "number"
+ },
+ "onestop_id": {
+ "type": "string"
+ }
+}
removedOutput schema / properties / routes / items / properties / color
Removed value: -{
- "description": "Route color (hex)",
- "type": "string"
-}
addedOutput schema / properties / routes / items / properties / continuous_drop_off
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / routes / items / properties / continuous_pickup
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / routes / items / properties / feed_version
Added value: +{
+ "properties": {
+ "feed": {
+ "properties": {
+ "id": {
+ "type": "number"
+ },
+ "onestop_id": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "fetched_at": {
+ "type": "string"
+ },
+ "id": {
+ "type": "number"
+ },
+ "sha1": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / routes / items / properties / geometry
Removed value: -{
- "description": "GeoJSON geometry",
- "type": "object"
-}
changedOutput schema / properties / routes / items / properties / id / type
Previous value: -"string"New value: +"number"
removedOutput schema / properties / routes / items / properties / name
Removed value: -{
- "description": "Route name/number",
- "type": "string"
-}
addedOutput schema / properties / routes / items / properties / onestop_id
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / routes / items / properties / route_color
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / routes / items / properties / route_desc
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / routes / items / properties / route_long_name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / routes / items / properties / route_short_name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / routes / items / properties / route_sort_order
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / routes / items / properties / route_text_color
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / routes / items / properties / route_url
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / routes / items / properties / text_color
Removed value: -{
- "description": "Route text color (hex)",
- "type": "string"
-}