Share via


OpenApiSchema.Items Property

Definition

Follow JSON Schema definition: https://tools.ietf.org/html/draft-fge-json-schema-validation-00 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.Models.OpenApiSchema Items { get; set; }
member this.Items : Microsoft.OpenApi.Models.OpenApiSchema with get, set
Public Property Items As OpenApiSchema

Property Value

Applies to