Click or drag to resize
Json.NET Schema

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
C#
public Uri SchemaId { get; }

Property Value

Type: Uri
The path of the JSchema that generated the error, relative to the root schema.
See Also