Share via


IOpenApiSchema.DependentRequired Property

Definition

Follow JSON Schema definition:https://json-schema.org/draft/2020-12/json-schema-validation#section-6.5.4

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.HashSet<string>>? DependentRequired { get; }
member this.DependentRequired : System.Collections.Generic.IDictionary<string, System.Collections.Generic.HashSet<string>>
Public ReadOnly Property DependentRequired As IDictionary(Of String, HashSet(Of String))

Property Value

Applies to