-
Notifications
You must be signed in to change notification settings - Fork 248
Labels
PolicySpecific to the Policy APISpecific to the Policy APIProviderSpecific to the Provider APISpecific to the Provider APISchemaImplications for JSON Schema or OpenAPIImplications for JSON Schema or OpenAPIbugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
The schemas for provider endpoints in the release-1.1.0 branch seem to have 1.0.x versions, which prevents validating responses using the schemas in https://github.com/openmobilityfoundation/mobility-data-specification/tree/release-1.1.0/provider
To Reproduce
- Create a /trips response with "version": "1.1.0" in the payload
- Validate the schema using https://github.com/openmobilityfoundation/mobility-data-specification/blob/release-1.1.0/provider/trips.json
- Observe that '1.1.0' does not match '^1\.0\.[0-9]+$'
Expected behavior
- https://github.com/openmobilityfoundation/mobility-data-specification/blob/release-1.1.0/provider/trips.json can be used to validate a valid version 1.1.0 /trips response
Additional context
The release process seems to be very specific about how this is updated, but unless I'm mistaken, it wasn't done for 1.1.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PolicySpecific to the Policy APISpecific to the Policy APIProviderSpecific to the Provider APISpecific to the Provider APISchemaImplications for JSON Schema or OpenAPIImplications for JSON Schema or OpenAPIbugSomething isn't workingSomething isn't working