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 ae0464c commit 6f5e6c4Copy full SHA for 6f5e6c4
tests/schema/fail/link-object-no-body.yaml
@@ -0,0 +1,11 @@
1
+openapi: 3.1.0
2
+info:
3
+ title: API
4
+ version: 1.0.0
5
+components:
6
+ links:
7
+ Link-Object-with-body-property:
8
+ operationId: getThing
9
+ description: The "server" property was misspelled as "body" in a previous schema iteration, now fixed
10
+ body:
11
+ url: https://things.example.com
0 commit comments