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 b3c79eb commit cd5f3faCopy full SHA for cd5f3fa
test/Microsoft.OpenApi.Tests/Documents/OpenApiDocumentMock.cs
@@ -23,6 +23,11 @@ public static OpenApiDocument CreateOpenApiDocument()
23
24
var document = new OpenApiDocument()
25
{
26
+ Info = new OpenApiInfo()
27
+ {
28
+ Title = "People",
29
+ Version = "v1.0"
30
+ },
31
Paths = new OpenApiPaths()
32
33
["/"] = new OpenApiPathItem() // root path
0 commit comments