标签: c# json.net jsonschema
我正在使用https://www.newtonsoft.com/jsonschema。 当试图转换 [JsonConverter(typeof运算(StringEnumConverter))] public FooType BlahType {get;组; }
我在Json架构中获得以下内容: “BlahType”:{ “type”:“整数”, “enum”:[ 0, 1 ] }