Microsoft.AspNetCore.OpenApi Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
OpenApiDocumentTransformerContext |
Represents the context in which an OpenAPI document transformer is executed. |
OpenApiOperationTransformerContext |
Represents the context in which an OpenAPI operation transformer is executed. |
OpenApiOptions |
Options to support the construction of OpenAPI documents. |
OpenApiSchemaTransformerContext |
Represents the context in which an OpenAPI schema transformer is executed. |
Interfaces
IOpenApiDocumentTransformer |
Represents a transformer that can be used to modify an OpenAPI document. |
IOpenApiOperationTransformer |
Represents a transformer that can be used to modify an OpenAPI operation. |
IOpenApiSchemaTransformer |
Represents a transformer that can be used to modify an OpenAPI schema. |