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.
2 parents e2b8456 + fb36e55 commit 00acffdCopy full SHA for 00acffd
README.md
@@ -73,7 +73,6 @@ var stream = await httpClient.GetStreamAsync("master/examples/v3.0/petstore.yaml
73
// Read V3 as YAML
74
var openApiDocument = new OpenApiStreamReader().Read(stream, out var diagnostic);
75
76
-
77
// Write V2 as JSON
78
var outputString = openApiDocument.Serialize(OpenApiSpecVersion.OpenApi2_0, OpenApiFormat.Json);
79
0 commit comments