OpenAPIPathMetadata.Extensions property

A map of custom extensions for the OpenAPI object.

public Dictionary<string, IOpenApiExtension>? Extensions { get; set; }

See Also