Delen via


ChatResponseFormatJson.Schema Property

Definition

Gets the JSON schema associated with the response, or null if there is none.

public:
 property Nullable<System::Text::Json::JsonElement> Schema { Nullable<System::Text::Json::JsonElement> get(); };
public System.Text.Json.JsonElement? Schema { get; }
member this.Schema : Nullable<System.Text.Json.JsonElement>
Public ReadOnly Property Schema As Nullable(Of JsonElement)

Property Value

Applies to