We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84620e4 commit 9d94dbdCopy full SHA for 9d94dbd
tests/schema/fail/invalid-components-and-tags.yaml
@@ -25,10 +25,6 @@ components:
25
description: true
26
servers: true
27
parameters: true
28
- additionalOperations: none
29
- invalid-additionalOperations:
30
- additionalOperations:
31
- ö: true
32
invalid-operations:
33
get:
34
tags: true
@@ -47,6 +43,9 @@ components:
47
43
responses: false
48
44
patch:
49
45
responses: {}
46
+ post:
+ responses:
+ invalid: true
50
requestBodies:
51
no-object: true
52
invalid:
tests/schema/fail/invalid_jsonSchemaDialect.yaml
@@ -12,4 +12,5 @@ components:
12
WithDollarSchema:
13
$id: "locked-metaschema"
14
$schema: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS
15
-paths: {}
+paths:
16
0 commit comments