IOpenApiSchemaMissingProperties.Contains 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.
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