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

Update to OpenAPI version 3.1 #438

Merged
merged 6 commits into from
May 2, 2024
Merged

Update to OpenAPI version 3.1 #438

merged 6 commits into from
May 2, 2024

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    153ac72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a494b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    919f4c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #437 from cookeac/239-openapi-3.1

    Upgrade from OpenAPI 3.0 to 3.1
    cookeac authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8ddf4bb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Remove enum from @type

    @type is already deprecated, but the use of "enum": ["Link"] to provide a constant value causes errors in code generation under OpenAPI 3.1.
    Fixes #451
    cookeac committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    87eed85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #460 from cookeac/239-openapi-3.1

    Remove enum from @type
    cookeac authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    60fd2f9 View commit details
    Browse the repository at this point in the history