Share via


IOpenApiPrimitive Interface

Definition

Base interface for the Primitive type.

public interface IOpenApiPrimitive : Microsoft.OpenApi.Any.IOpenApiAny
type IOpenApiPrimitive = interface
    interface IOpenApiAny
    interface IOpenApiElement
    interface IOpenApiExtension
Public Interface IOpenApiPrimitive
Implements IOpenApiAny
Derived
Implements

Properties

AnyType

Type of an IOpenApiAny.

(Inherited from IOpenApiAny)
PrimitiveType

Primitive type.

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