bump-sh-examples / train-travel-api

Sample OpenAPI description to use for whatever you like, as a hopefully more modern and useful alternative to the Petstore.
https://bump.sh/bump-examples/doc/train-travel-api
Other
52 stars 7 forks source link

New Property: Seat Preference #24

Open philsturgeon opened 3 months ago

philsturgeon commented 3 months ago

Add to schema, and filter parameters.

seat_preference:
  type: string
  enum: [window, aisle, any]
  example: "window"