addedOutput schema / properties / agencies / items / properties / agency_email
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / agencies / items / properties / agency_fare_url
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / agencies / items / properties / agency_lang
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / agencies / items / properties / agency_name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / agencies / items / properties / agency_phone
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / agencies / items / properties / agency_timezone
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / agencies / items / properties / agency_url
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / agencies / items / properties / email
Removed value: -{
- "description": "Contact email",
- "type": "string"
-}
addedOutput schema / properties / agencies / 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 / agencies / items / properties / geometry / properties
Added value: +{
+ "coordinates": {
+ "items": {
+ "items": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "type": "array"
+ },
+ "type": "array"
+ },
+ "type": {
+ "type": "string"
+ }
+}
changedOutput schema / properties / agencies / items / properties / id / type
Previous value: -"string"New value: +"number"
removedOutput schema / properties / agencies / items / properties / language
Removed value: -{
- "description": "ISO language code",
- "type": "string"
-}
removedOutput schema / properties / agencies / items / properties / name
Removed value: -{
- "description": "Agency name",
- "type": "string"
-}
addedOutput schema / properties / agencies / items / properties / onestop_id
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / agencies / items / properties / operator
Added value: +{
+ "properties": {
+ "feeds": {
+ "items": {
+ "properties": {
+ "id": {
+ "type": "number"
+ },
+ "name": {
+ "type": "null"
+ },
+ "onestop_id": {
+ "type": "string"
+ },
+ "spec": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "onestop_id": {
+ "type": "string"
+ },
+ "short_name": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "tags": {
+ "type": "null"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / agencies / items / properties / phone
Removed value: -{
- "description": "Contact phone number",
- "type": "string"
-}
addedOutput schema / properties / agencies / items / properties / places
Added value: +{
+ "items": {
+ "properties": {
+ "adm0_name": {
+ "type": "string"
+ },
+ "adm1_name": {
+ "type": "string"
+ },
+ "city_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
removedOutput schema / properties / agencies / items / properties / timezone
Removed value: -{
- "description": "IANA timezone",
- "type": "string"
-}
removedOutput schema / properties / agencies / items / properties / url
Removed value: -{
- "description": "Agency website URL",
- "type": "string"
-}
addedOutput schema / properties / meta
Added value: +{
+ "properties": {
+ "after": {
+ "type": "number"
+ },
+ "next": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}