IOpenApiSchemaMissingProperties.DependentSchemas Property

Definition

Follow JSON Schema definition: https://json-schema.org/draft/2020-12/json-schema-core#name-dependentschemas dependentSchemas - maps property names to schemas that are applied when that property is present.

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

Property Value

Applies to