Share via


OpenApiSchema.AdditionalProperties Property

Definition

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

public Microsoft.OpenApi.Models.OpenApiSchema AdditionalProperties { get; set; }
member this.AdditionalProperties : Microsoft.OpenApi.Models.OpenApiSchema with get, set
Public Property AdditionalProperties As OpenApiSchema

Property Value

Applies to