Skip to content

Commit 805c0f5

Browse files
$ref objects are legal in path-item objects
See #2657 - this was added to the specification but not the schema.
1 parent cd2a3a4 commit 805c0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/v3.1/schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ $defs:
192192
type: object
193193
patternProperties:
194194
'^/':
195-
$ref: '#/$defs/path-item'
195+
$ref: '#/$defs/path-item-or-reference'
196196
$ref: '#/$defs/specification-extensions'
197197
unevaluatedProperties: false
198198

0 commit comments

Comments
 (0)