Skip to content

Commit b1fd77b

Browse files
Update docs/upgrade-guide-2.md
Co-authored-by: Maggie Kimani <[email protected]>
1 parent 2272b87 commit b1fd77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-guide-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public IDictionary<string, object> Metadata { get; set; } // Custom property ba
346346
Other than the addition of `SerializeAsV31`, the methods have not changed.
347347

348348
```csharp
349-
public class OpenApiSchema : IOpenApiMetadataContainer, IOpenApiExtensible, IOpenApiReferenceable, IOpenApiSerializable
349+
public class OpenApiSchema : IMetadataContainer, IOpenApiExtensible, IOpenApiReferenceable, IOpenApiSerializable
350350
{
351351
public OpenApiSchema() { }
352352
public OpenApiSchema(OpenApiSchema schema) { }

0 commit comments

Comments
 (0)