Share via


OpenApiSchema.AllOf Property

Definition

Follow JSON Schema definition: https://tools.ietf.org/html/draft-fge-json-schema-validation-00 Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema.

public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiSchema> AllOf { get; set; }
member this.AllOf : System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiSchema> with get, set
Public Property AllOf As IList(Of OpenApiSchema)

Property Value

Applies to