RestApiOperationResponse.ExpectedSchema 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 expected schema of the response as advertised in the OpenAPI operation.
public Microsoft.SemanticKernel.KernelJsonSchema? ExpectedSchema { get; set; }
member this.ExpectedSchema : Microsoft.SemanticKernel.KernelJsonSchema with get, set
Public Property ExpectedSchema As KernelJsonSchema