OpenApiMediaType.ItemSchema 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.
The schema defining the type used for the items in an array media type. This property is only applicable for OAS 3.2.0 and later.
public Microsoft.OpenApi.IOpenApiSchema? ItemSchema { get; set; }
member this.ItemSchema : Microsoft.OpenApi.IOpenApiSchema with get, set
Public Property ItemSchema As IOpenApiSchema