Skip to content

OpenAPI schema validation failed #4

Description

@t-miller

Hi, hopefully this is the right repo to open this on - apologies if not.

When trying to use the REST endpoints through OpenAPI as per the docs, I am getting the following error

OpenAPI schema validation failed.

REQUIRED must have required property 'responses'

  537 |     },
  538 |     "/api/v2/listings/{id}": {
> 539 |       "put": {
      |              ^ ☹️  responses is missing here!
  540 |         "summary": "Rates",
  541 |         "description": "",
  542 |         "operationId": "create-rates",

It appears your /api/v2/listings/{id} definition here is missing the responses property.

Is this something you'll fix?

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