Share via


IOpenApiSchema.Items Property

Definition

Follow JSON Schema definition: https://json-schema.org/draft/2020-12/json-schema-validation Value MUST be an object and not an array. Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema. items MUST be present if the type is array.

public Microsoft.OpenApi.IOpenApiSchema? Items { get; }
member this.Items : Microsoft.OpenApi.IOpenApiSchema
Public ReadOnly Property Items As IOpenApiSchema

Property Value

Applies to