OpenApiOperationTransformerContext Class    
Definition
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.
Represents the context in which an OpenAPI operation transformer is executed.
public sealed class OpenApiOperationTransformerContexttype OpenApiOperationTransformerContext = classPublic NotInheritable Class OpenApiOperationTransformerContext- Inheritance
- 
				OpenApiOperationTransformerContext
Constructors
| OpenApiOperationTransformerContext() | 
Properties
| ApplicationServices | Gets the application services associated with the current document the target operation is in. | 
| Description | Gets the API description associated with target operation. | 
| Document | Gets the OpenAPI document the current endpoint belongs to. | 
| DocumentName | Gets the name of the associated OpenAPI document. | 
Methods
| GetOrCreateSchemaAsync(Type, ApiParameterDescription, CancellationToken) | Gets or creates an Microsoft.OpenApi.OpenApiSchema for the specified type. Augments
the schema with any IOpenApiSchemaTransformers that are registered
on the document. If  |