-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
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
Labels
No labels