namespace JsonSchema\Constraints
Object name | File name | Summary |
---|---|---|
BaseConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php | A more basic constraint definition - used for the public interface to avoid exposing library internals. |
CollectionConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php | The CollectionConstraint Constraints, validates an array against a given schema |
Constraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php | The Base Constraints, all Validators should extend this class |
ConstraintInterface | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php | The Constraints Interface |
EnumConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php | The EnumConstraint Constraints, validates an element against a given set of possibilities |
Factory | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php | Factory for centralize constraint initialization. |
FormatConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php | Validates against the "format" property |
NumberConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php | The NumberConstraint Constraints, validates an number against a given schema |
ObjectConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php | The ObjectConstraint Constraints, validates an object against a given schema |
SchemaConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php | The SchemaConstraint Constraints, validates an element against a given schema |
StringConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php | The StringConstraint Constraints, validates an string against a given schema |
TypeConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php | The TypeConstraint Constraints, validates an element against a given type |
UndefinedConstraint | vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php | The UndefinedConstraint Constraints |