SettingInfo.JsonSchema 属性

定义

获取表示设置允许的值的 JSON 架构。 请参阅 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

属性值

Newtonsoft.Json.Linq.JObject

适用于