Click or drag to resize
Json.NET Schema

SchemaValidationEventArgs Properties

 

The SchemaValidationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyMessage
Gets the text description corresponding to the validation event.
Public propertyPath
Gets the path of the JSON location where the validation event occurred.
Public propertyValidationError
Gets the ValidationError associated with the validation event.
Top
See Also