试图从NJsonSchema ValidationErrors中检索LineNumber信息?

时间:2016-11-16 15:55:04

标签: njsonschema

我需要做一些json模式验证并使用NJsonSchema,因为我无法获得Json.Net Schema的许可证。有没有办法获取ValidationErrors的LineNumber信息?

看起来唯一可用的属性是

    //
    // Summary:
    //     Gets the error kind.
    public ValidationErrorKind Kind { get; }
    //
    // Summary:
    //     Gets the property path.
    public string Path { get; }
    //
    // Summary:
    //     Gets the property name.
    public string Property { get; }

0 个答案:

没有答案