IOpenApiSchemaMissingProperties.Contains Property

Definition

Follow JSON Schema definition: https://json-schema.org/draft/2020-12/json-schema-core#name-contains An array instance is valid against "contains" if at least one of its elements is valid against this schema. Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema.

public Microsoft.OpenApi.IOpenApiSchema? Contains { get; }
member this.Contains : Microsoft.OpenApi.IOpenApiSchema
Public ReadOnly Property Contains As IOpenApiSchema

Property Value

Applies to