| ValidationErrorSchemaId Property |
Gets the ID of the
JSchema that generated the error, relative to the root schema.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public Uri SchemaId { get; }
Property Value
Type:
UriThe path of the
JSchema that generated the error, relative to the root schema.
See Also