IOpenApiAny Interface
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.
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 |