Share via


OpenApiSchema.Properties Property

Definition

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

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

Property Value

Applies to