OpenApiSchema.GetEffective(OpenApiDocument) Method
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.
Returns an effective OpenApiSchema object based on the presence of a $ref
public Microsoft.OpenApi.Models.OpenApiSchema GetEffective (Microsoft.OpenApi.Models.OpenApiDocument doc);
abstract member GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> Microsoft.OpenApi.Models.OpenApiSchema
override this.GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> Microsoft.OpenApi.Models.OpenApiSchema
Public Function GetEffective (doc As OpenApiDocument) As OpenApiSchema
Parameters
- doc
- OpenApiDocument
The host OpenApiDocument that contains the reference.
Returns
OpenApiSchema