Skip to content

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

@CaptEmulation

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"

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