OpenApiComponentKindExtensions.SupportsInline method

Determines if the specified component kind supports inline definitions.

public static bool SupportsInline(this OpenApiComponentKind kind)
parameter description
kind The kind of OpenAPI component.

Return Value

True if the component kind supports inline definitions; otherwise, false.

See Also