Compartir a través de


OpenApiSchema.OneOf Property

Definition

Follow JSON Schema definition: https://json-schema.org/draft/2020-12/json-schema-validation Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema.

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

Property Value

Applies to