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 ea186d8 commit 6ebc492Copy full SHA for 6ebc492
test/Microsoft.OpenApi.Tests/Models/References/OpenApiLinkReferenceTests.cs
@@ -107,6 +107,14 @@ public class OpenApiLinkReferenceTests
107
parameters:
108
userId: '$response.body#/id'
109
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
118
";
119
120
private readonly OpenApiLinkReference _localLinkReference;
0 commit comments