KernelParameterMetadata.Schema 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.
Gets a JSON Schema describing the parameter's type.
public Microsoft.SemanticKernel.KernelJsonSchema? Schema { get; init; }
member this.Schema : Microsoft.SemanticKernel.KernelJsonSchema with get, set
Public Property Schema As KernelJsonSchema