Skip to content

Commit 6ebc492

Browse files
committed
Update reference test
1 parent ea186d8 commit 6ebc492

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/Microsoft.OpenApi.Tests/Models/References/OpenApiLinkReferenceTests.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ public class OpenApiLinkReferenceTests
107107
parameters:
108108
userId: '$response.body#/id'
109109
description: The id value returned in the response can be used as the userId parameter in GET /users/{userId}
110+
schemas:
111+
User:
112+
type: object
113+
properties:
114+
id:
115+
type: integer
116+
name:
117+
type: string
110118
";
111119

112120
private readonly OpenApiLinkReference _localLinkReference;

0 commit comments

Comments
 (0)