OpenAPIPathMetadata.Extensions property
A map of custom extensions for the OpenAPI object.
public Dictionary<string, IOpenApiExtension>? Extensions { get; set; }
See Also
- record OpenAPIPathMetadata
- namespace Kestrun.Hosting.Options
A map of custom extensions for the OpenAPI object.
public Dictionary<string, IOpenApiExtension>? Extensions { get; set; }