-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Meta schema 3.1 is wrong for path / pathItem #3513
Copy link
Copy link
Closed
Description
Path item Object should support $ref as in the snippet below
paths:
/orders:
$ref: paths/orders.yaml
it looks not supported in the meta schema
https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.1/schema.yaml#L211
to me the line 209 is wrong
'^/':
$ref: '#/$defs/path-item'
but should be
'^/':
$ref: '#/$defs/path-item-or-reference:'
this has been found here : daveshanley/vacuum#422
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels