14 calls to BaseConstraint::addError()
- CollectionConstraint::check in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ CollectionConstraint.php - invokes the validation of an element
- CollectionConstraint::validateItems in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ CollectionConstraint.php - Validates the items
- EnumConstraint::check in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ EnumConstraint.php - invokes the validation of an element
- FormatConstraint::check in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ FormatConstraint.php - invokes the validation of an element
- NumberConstraint::check in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ NumberConstraint.php - invokes the validation of an element
- ObjectConstraint::validateElement in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ ObjectConstraint.php - Validates the element properties
- ObjectConstraint::validateMinMaxConstraint in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ ObjectConstraint.php - validating minimum and maximum property constraints (if present) against an element
- ObjectConstraint::validatePatternProperties in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ ObjectConstraint.php - SchemaConstraint::check in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ SchemaConstraint.php - invokes the validation of an element
- StringConstraint::check in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ StringConstraint.php - invokes the validation of an element
- TypeConstraint::check in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ TypeConstraint.php - invokes the validation of an element
- UndefinedConstraint::validateCommonProperties in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ UndefinedConstraint.php - Validates common properties
- UndefinedConstraint::validateDependencies in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ UndefinedConstraint.php - Validate dependencies
- UndefinedConstraint::validateOfProperties in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ UndefinedConstraint.php - Validate allOf, anyOf, and oneOf properties