-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: OpenAPI spec for Provider #5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start with micromobility
* ignore required tag rules * require snake_case paths
repository local hook
separate path with and without parameters
add LICENSE to this repo based on MDS
thekaveman
force-pushed
the
feat/provider
branch
4 times, most recently
from
April 18, 2023 22:02
1c9faa3
to
56358de
Compare
refactor geography types to new gps_data
thekaveman
force-pushed
the
feat/provider
branch
from
April 18, 2023 22:47
edb5c0b
to
b9eb62c
Compare
data type ref is unused elsewhere
leftover from MDS 1.x
swap customer_cancellation (car-share) with passenger_cancellation
thekaveman
force-pushed
the
feat/provider
branch
from
April 25, 2023 05:52
d19f4a8
to
572942e
Compare
swap passenger_cancellation (passenger-services) with customer_cancellation
same as for vehicle
thekaveman
force-pushed
the
feat/provider
branch
from
April 25, 2023 21:19
c34e4e8
to
1db2f99
Compare
the portal created this file and we don't need to edit it however when the portal loads a branch in edit mode, this file is touched and the final new line deleted (or added) causing an unnecessary change notification
we already have a spectral config in the repo that the portal uses
Merging this now so I can have a clean base for the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
uuid
,timestamp
,vehicle_type
)vehicle
,event
,trip
)event
per-mode, with examples RE OpenAPI: Provide json with vehicle state machine mobility-data-specification#792event_types
RE Event types missing from aggregate list mobility-data-specification#845accessibility_attributes
requirement RE MDS 2.0 - accessibility_options for vehicles should be optional not required mobility-data-specification#847fare_attributes.payment_types
RE Stop.rental_methods vs. fare_attributes.payment_type mobility-data-specification#844Once this is merged into
main
, I'll make that the default branch in the Stoplight project.Closes #6
Closes openmobilityfoundation/mobility-data-specification#792