addedOutput schema / properties / meta
Added value: +{
+ "properties": {
+ "after": {
+ "type": "number"
+ },
+ "next": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / stops / 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"
+}
addedOutput schema / properties / stops / items / properties / geometry / properties
Added value: +{
+ "coordinates": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "type": {
+ "type": "string"
+ }
+}
changedOutput schema / properties / stops / items / properties / id / type
Previous value: -"string"New value: +"number"
addedOutput schema / properties / stops / items / properties / level
Added value: +{
+ "type": "null"
+}
removedOutput schema / properties / stops / items / properties / name
Removed value: -{
- "description": "Stop name",
- "type": "string"
-}
addedOutput schema / properties / stops / items / properties / onestop_id
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / stops / items / properties / parent
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / stops / items / properties / place
Added value: +{
+ "properties": {
+ "adm0_iso": {
+ "type": "string"
+ },
+ "adm0_name": {
+ "type": "string"
+ },
+ "adm1_iso": {
+ "type": "string"
+ },
+ "adm1_name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
changedOutput schema / properties / stops / items / properties / platform_code / type
Previous value: -"string"New value: +"null"
removedOutput schema / properties / stops / items / properties / served_by_route_types
Removed value: -{
- "description": "GTFS route_type codes serving this stop",
- "items": {
- "type": "number"
- },
- "type": "array"
-}
addedOutput schema / properties / stops / items / properties / stop_code
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / stops / items / properties / stop_desc
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / stops / items / properties / stop_name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / stops / items / properties / stop_timezone
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / stops / items / properties / stop_url
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / stops / items / properties / tts_stop_name
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / stops / items / properties / wheelchair_boarding
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / stops / items / properties / zone_id
Added value: +{
+ "type": "null"
+}