Skip to content

Commit 9ef030e

Browse files
committed
Full coverage
1 parent 91c5d24 commit 9ef030e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/schema/fail/path-item-object-conflicting-additional-operation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ paths:
2323
text/html:
2424
schema:
2525
$ref: '#/components/schemas/ErrorModel'
26+
unexpected: true
2627
parameters:
2728
- name: id
2829
in: path
@@ -61,4 +62,4 @@ paths:
6162
content:
6263
text/html:
6364
schema:
64-
$ref: '#/components/schemas/ErrorModel'
65+
$ref: '#/components/schemas/ErrorModel'

0 commit comments

Comments
 (0)