Skip to content
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

Openapi 3.1.0 model support #1271

Closed
wants to merge 4 commits into from
Closed

Conversation

rojekp
Copy link
Contributor

@rojekp rojekp commented May 26, 2021

Same commits, conflicts resolved, opened again.

rojekp added 3 commits May 26, 2021 14:51
@rojekp rojekp linked an issue May 26, 2021 that may be closed by this pull request
@Swoorup
Copy link

Swoorup commented Dec 7, 2021

As requested in gitter by @adamw I would like to add support for cases where you would want products/tuples represented as an array and not necessarily an object.

case class Candle(
  timestamp: Long,
  open: Double,
  high: Double,
  low: Double,
  close: Double,
  volume: Double
)
type Candle = [number, number, number, number, number]

For some cases.

@adamw
Copy link
Member

adamw commented May 20, 2022

Closing as out of date & code moved to https://github.com/softwaremill/sttp-apispec

@adamw adamw closed this May 20, 2022
@mergify mergify bot deleted the openapi-3.1.0-model-support branch May 20, 2022 13:18
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.

Openapi 3.1 support in the model
3 participants