addedOutput schema / properties / feeds / items / properties / authorization
Added value: +{
+ "properties": {
+ "info_url": {
+ "type": "string"
+ },
+ "param_name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / feeds / items / properties / feed_state
Added value: +{
+ "properties": {
+ "feed_version": {
+ "type": [
+ "null",
+ "object"
+ ]
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / feeds / items / properties / feed_versions
Added value: +{
+ "items": {
+ "properties": {
+ "earliest_calendar_date": {
+ "type": "string"
+ },
+ "fetched_at": {
+ "type": "string"
+ },
+ "id": {
+ "type": "number"
+ },
+ "latest_calendar_date": {
+ "type": "string"
+ },
+ "sha1": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / properties / feeds / items / properties / id / type
Previous value: -"string"New value: +"number"
addedOutput schema / properties / feeds / items / properties / languages
Added value: +{
+ "type": "null"
+}
removedOutput schema / properties / feeds / items / properties / latest_fetch_time
Removed value: -{
- "description": "ISO timestamp of latest fetch",
- "type": "string"
-}
addedOutput schema / properties / feeds / items / properties / license
Added value: +{
+ "properties": {
+ "attribution_instructions": {
+ "type": "string"
+ },
+ "attribution_text": {
+ "type": "string"
+ },
+ "commercial_use_allowed": {
+ "type": "string"
+ },
+ "create_derived_product": {
+ "type": "string"
+ },
+ "redistribution_allowed": {
+ "type": "string"
+ },
+ "share_alike_optional": {
+ "type": "string"
+ },
+ "spdx_identifier": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "use_without_attribution": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / feeds / items / properties / name
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / feeds / items / properties / onestop_id
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / feeds / items / properties / operators
Removed value: -{
- "description": "Operators served by this feed",
- "items": {
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / feeds / items / properties / tags
Added value: +{
+ "properties": {
+ "exclude_from_global_query": {
+ "type": "string"
+ },
+ "gtfs_data_exchange": {
+ "type": "string"
+ },
+ "manual_import": {
+ "type": "string"
+ },
+ "notes": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / feeds / items / properties / urls / properties
Added value: +{
+ "gbfs_auto_discovery": {
+ "type": "string"
+ },
+ "mds_provider": {
+ "type": "string"
+ },
+ "realtime_alerts": {
+ "type": "string"
+ },
+ "realtime_trip_updates": {
+ "type": "string"
+ },
+ "realtime_vehicle_positions": {
+ "type": "string"
+ },
+ "static_current": {
+ "type": "string"
+ },
+ "static_historic": {
+ "items": {
+ "type": [
+ "string",
+ null
+ ]
+ },
+ "type": "array"
+ },
+ "static_planned": {
+ "items": {},
+ "type": "array"
+ }
+}
addedOutput schema / properties / meta
Added value: +{
+ "properties": {
+ "after": {
+ "type": "number"
+ },
+ "next": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}