Skip to content

Commit

Permalink
$ref objects are legal in all path-item objects
Browse files Browse the repository at this point in the history
See #2657 - this was added to the specification but not the schema.
  • Loading branch information
karenetheridge committed Mar 23, 2024
1 parent cd2a3a4 commit 71e5e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/v3.1/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ $defs:
type: object
patternProperties:
'^/':
$ref: '#/$defs/path-item'
$ref: '#/$defs/path-item-or-reference'
$ref: '#/$defs/specification-extensions'
unevaluatedProperties: false

Expand Down

0 comments on commit 71e5e61

Please sign in to comment.