Skip to content

OpenAPI v3 support #16

@falvarez

Description

@falvarez

Hello.

I'm getting this error when trying to validate OpenAPI v3 definition:

WakeOnWeb\Component\Swagger\Exception\ParseException : The key "swagger" is required and has not been specified (openapi, info, tags, paths, components).

Definition starts like this:

openapi: 3.0.0
info:
  description: |
    My API
  version: "1.0.0-oas3"
  title: My API
  contact:
    email: [email protected]
paths:
...

Are there any plans to support version 3 in a near future?

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions