Share via


IOpenApiSchema.Type Property

Definition

Follow JSON Schema definition: https://json-schema.org/draft/2020-12/json-schema-validation Value MUST be a string in V2 and V3.

public Microsoft.OpenApi.JsonSchemaType? Type { get; }
member this.Type : Nullable<Microsoft.OpenApi.JsonSchemaType>
Public ReadOnly Property Type As Nullable(Of JsonSchemaType)

Property Value

Applies to