Skip to content

Components Object Example incorrect #140

@gcatanese

Description

@gcatanese

It appears that Components Object Example is incorrect.

Components inputs is defined as map of Parameter objects while parameters is defined as map of Schema, shouldn't that be the other way around?

components:
  inputs:
    storeId:
      name: storeId
      in: header
      value: $inputs.x-store-id
  parameters:
    pagination:
      type: object
      properties:
        page:
          type: integer
          format: int32
        pageSize:
          type: integer
          format: int32

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