IOpenApiSchemaMissingProperties.UnevaluatedProperties Property

Definition

Indicates whether unevaluated properties are allowed. When false, no unevaluated properties are permitted. Follow JSON Schema definition: https://json-schema.org/draft/2020-12/json-schema-core#name-unevaluatedproperties Only serialized when false and UnevaluatedPropertiesSchema is null.

public bool UnevaluatedProperties { get; }
member this.UnevaluatedProperties : bool
Public ReadOnly Property UnevaluatedProperties As Boolean

Property Value

Remarks

NOTE: This property differs from the naming pattern of AdditionalPropertiesAllowed for binary compatibility reasons. In the next major version, this will be renamed to UnevaluatedPropertiesAllowed. TODO: Rename to UnevaluatedPropertiesAllowed in the next major version.

Applies to