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 2e2ad57 commit 656259aCopy full SHA for 656259a
test/Microsoft.OpenApi.Readers.Tests/V31Tests/OpenApiSchemaTests.cs
@@ -337,7 +337,7 @@ public void SerializeV3SchemaWithNullableAsV31Works()
337
{
338
// Arrange
339
var expected = @"type:
340
- - null
+ - 'null'
341
- string";
342
343
var path = Path.Combine(SampleFolderPath, "schemaWithNullable.yaml");
@@ -357,7 +357,7 @@ public void SerializeV2SchemaWithNullableExtensionAsV31Works()
357
358
359
360
361
- string
362
x-nullable: true";
363
0 commit comments