Share via


SettingInfo.JsonSchema Property

Definition

Gets a JSON schema representing the allowed values for the setting. See https://json-schema.org/.

public:
 property Newtonsoft::Json::Linq::JObject ^ JsonSchema { Newtonsoft::Json::Linq::JObject ^ get(); };
public Newtonsoft.Json.Linq.JObject JsonSchema { get; }
member this.JsonSchema : Newtonsoft.Json.Linq.JObject
Public ReadOnly Property JsonSchema As JObject

Property Value

Newtonsoft.Json.Linq.JObject

Applies to