<PackageReference Include="NJsonSchema" Version="9.13.14" />

ChildSchemaValidationError

A subschema validation error.

Gets the errors for each validated subschema.

public ChildSchemaValidationError(ValidationErrorKind kind, string property, string path, IDictionary<JsonSchema4, ICollection<ValidationError>> errors, JToken token, JsonSchema4 schema)

Initializes a new instance of the ValidationError class.