Skip to content

Missing Flight POST request body in openapi-3.yml #82

Description

@CaptEmulation

Renders API clients with no types for Flight creates incomplete types, reproducible with this library and other generators

Image

Image

From management/openapi-3.yml:

Image

ref: https://github.com/adzerk/adzerk-api-specification/blob/master/management/openapi-3.yaml#L358-L362

Can be fixed by updating the management/openapi-3.yml file to

      requestBody:
        content:
          application/json:
            schema:
              $ref: "./schemas/flight.yaml#/schemas/Flight"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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