Skip to content

deck file openapi2kong panics if the file doesn't have paths field #214

@Prashansa-K

Description

@Prashansa-K

Check: Kong/deck#1422

Test OAS file:

openapi: 3.0.0
info:
  title: httpbin
  version: "0.2"
  /get:
    get:
      operationId: /get
      responses:
        "200":
          description: "get: response 200"
  /post:
    post:
      operationId: /post
      responses:
        "200":
          description: "post: response 200"
servers:
  - url: https://httpbin.org

Metadata

Metadata

Assignees

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