Share via


IOpenApiAny Interface

Definition

Base interface for all the types that represent Open API Any.

public interface IOpenApiAny : Microsoft.OpenApi.Interfaces.IOpenApiElement, Microsoft.OpenApi.Interfaces.IOpenApiExtension
type IOpenApiAny = interface
    interface IOpenApiElement
    interface IOpenApiExtension
Public Interface IOpenApiAny
Implements IOpenApiElement, IOpenApiExtension
Derived
Implements

Properties

AnyType

Type of an IOpenApiAny.

Methods

Write(IOpenApiWriter, OpenApiSpecVersion)

Write out contents of custom extension

(Inherited from IOpenApiExtension)

Extension Methods

Validate(IOpenApiElement, ValidationRuleSet)

Validate element and all child elements

Applies to