IOpenApiSchemaMissingProperties.UnevaluatedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.