Skip to content

Commit 6f5e6c4

Browse files
committed
Add test case for "body"/"server" bug fix
1 parent ae0464c commit 6f5e6c4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)