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

NJsonSchema.Validation.ChildSchemaValidationError

A subschema validation error.

Gets the errors for each validated subschema.

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

Initializes a new instance of the ValidationError class.