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

[OAS 3.1.0] Update the checks for the openapi attribute #434

Closed
jmini opened this issue Jul 2, 2020 · 1 comment · Fixed by #604
Closed

[OAS 3.1.0] Update the checks for the openapi attribute #434

jmini opened this issue Jul 2, 2020 · 1 comment · Fixed by #604
Assignees
Labels
OAS 3.1.0 All issues related to OpenAPI version 3.1.0 support

Comments

@jmini
Copy link
Contributor

jmini commented Jul 2, 2020

In order to support OpenAPI 3.1.0 (see #333) the openapi attribute must be 3.1.0.

Example:

---
openapi: 3.1.0
info:
  title: Example Specification
  version: "1.0"
servers:
- url: http://localhost:8000/
paths:
  /ping:
    get:
      operationId: ping
      responses:
        200:
          description: OK

To be changed:

The TCK checks for the value of the openapi attribute. This must be updated.

@jmini jmini added the OAS 3.1.0 All issues related to OpenAPI version 3.1.0 support label Jul 2, 2020
Azquelt pushed a commit to Azquelt/microprofile-open-api that referenced this issue Mar 17, 2022
Consolidate common parameter processing into abstract core class
@MikeEdgar MikeEdgar added this to the MP OpenAPI 4.0 milestone Jan 16, 2024
@benjamin-confino
Copy link
Contributor

Comment to say I'm working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OAS 3.1.0 All issues related to OpenAPI version 3.1.0 support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants