Skip to content

Conversation

@emmambd
Copy link
Contributor

@emmambd emmambd commented Apr 16, 2025

Updating readme to point to https://github.com/MobilityData/mobility-feed-api API spreadsheet schema, revert to referencing JSON schemas, and list deprecation date for previous spreadsheet.

Once the website includes this information as well, I'll make a pinned issue in this catalogs repo to highlight the change.

@emmambd emmambd requested a review from jcpitre April 16, 2025 16:24
| data_type | Enum| Required| The data format that the feed uses: `gtfs`.|
| features | Array of Enums | Optional | An array of features that the feed includes based on https://gtfs.org/getting-started/features/overview/. This list is automatically extracted from [the Canonical GTFS Schedule Validator](https://gtfs-validator.mobilitydata.org/).
| status | Enum | Optional | Describes status of the feed. Should be one of: <ul><li>`active`: Feed should be used in public trip planners.</li><li>`deprecated`: Feed is explicitly deprecated and should not be used in public trip planners.</li><li>`inactive`: Feed hasn't been recently updated and should be used at risk of providing outdated information.</li><li>`development`: Feed is being used for development purposes and should not be used in public trip planners.</li></ul> `active` and `inactive` statuses are updated based on the [feedServiceWindowStart and feedServiceWindowEnd values extracted from the Canonical GTFS Schedule Validator](https://gtfs-validator.mobilitydata.org/rules.html#JsonReportFeedInfo-type).|
| features | Array of Enums | Optional | An array of features which can be any of: <ul><li>`fares-v2`</li><li>`fares-v1`</li><li>`flex-v1`</li><li>`flex-v2`</li><li>`pathways`</li></ul>|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it's not based on the overview?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The features? Not in the JSON schema - it's set manually there, which is why I reverted the change.

Readers are pointed to the mobility-feed-api repo to read about the spreadsheet schema now.

@emmambd emmambd merged commit 7ea3d5e into main Apr 16, 2025
9 checks passed
@emmambd emmambd deleted the spreadsheet-update branch April 16, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants