Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
ValidationError Class
ValidationError Properties
ChildErrors Property
ErrorType Property
LineNumber Property
LinePosition Property
Message Property
Path Property
Schema Property
SchemaBaseUri Property
SchemaId Property
Value Property
ValidationError
ChildErrors Property
Gets the
ValidationError
's child errors.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
Copy
public
IList
<
ValidationError
>
ChildErrors
{
get
; }
Property Value
Type:
IList
ValidationError
The
ValidationError
's child errors.
See Also
Reference
ValidationError Class
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home