Commit dac8fe4
- composer.json+1
- composer.lock+9-9
- composer/autoload_classmap.php+36
- composer/autoload_static.php+36
- composer/installed.json+11-10
- composer/installed.php+3-3
- justinrainbow/json-schema/dist/schema/json-schema-draft-06.json+155
- justinrainbow/json-schema/src/JsonSchema/ConstraintError.php+10
- justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php+1
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/AdditionalItemsConstraint.php+61
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/AdditionalPropertiesConstraint.php+93
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/AllOfConstraint.php+42
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/AnyOfConstraint.php+51
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/ConstConstraint.php+35
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/ContainsConstraint.php+47
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/DependenciesConstraint.php+64
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/Draft06Constraint.php+81
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/EnumConstraint.php+41
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/ExclusiveMaximumConstraint.php+38
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/ExclusiveMinimumConstraint.php+38
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/Factory.php+46
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/FormatConstraint.php+220
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/ItemsConstraint.php+52
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MaxItemsConstraint.php+39
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MaxLengthConstraint.php+39
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MaxPropertiesConstraint.php+39
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MaximumConstraint.php+38
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MinItemsConstraint.php+39
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MinLengthConstraint.php+39
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MinPropertiesConstraint.php+39
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MinimumConstraint.php+38
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/MultipleOfConstraint.php+54
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/NotConstraint.php+40
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/OneOfConstraint.php+50
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/PatternConstraint.php+63
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/PatternPropertiesConstraint.php+72
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/PropertiesConstraint.php+48
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/PropertiesNamesConstraint.php+65
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/RefConstraint.php+45
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/RequiredConstraint.php+58
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/TypeConstraint.php+50
- justinrainbow/json-schema/src/JsonSchema/Constraints/Drafts/Draft06/UniqueItemsConstraint.php+48
- justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php+23-4
- justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php+2-1
- justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php+11
- justinrainbow/json-schema/src/JsonSchema/DraftIdentifiers.php+48
- justinrainbow/json-schema/src/JsonSchema/Entity/ErrorBag.php+109
- justinrainbow/json-schema/src/JsonSchema/Entity/ErrorBagProxy.php+66
- justinrainbow/json-schema/src/JsonSchema/Rfc3339.php+37-9
- justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php+38-10
- justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php+4-4
- justinrainbow/json-schema/src/JsonSchema/Tool/Validator/RelativeReferenceValidator.php+4
- justinrainbow/json-schema/src/JsonSchema/Tool/Validator/UriValidator.php+17-5
- justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php+3-1
- justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php+18-7
- justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php+1-1
- justinrainbow/json-schema/src/JsonSchema/Validator.php+26-4
0 commit comments