summaryrefslogtreecommitdiff
path: root/server/vendor/justinrainbow/json-schema
diff options
context:
space:
mode:
Diffstat (limited to 'server/vendor/justinrainbow/json-schema')
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/.gitattributes0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/LICENSE0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/README.md0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/bin/validate-json0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/composer.json0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/phpunit.xml.dist0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/RefResolver.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php0
-rwxr-xr-x[-rw-r--r--]server/vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php0
33 files changed, 0 insertions, 0 deletions
diff --git a/server/vendor/justinrainbow/json-schema/.gitattributes b/server/vendor/justinrainbow/json-schema/.gitattributes
index beeff5b..beeff5b 100644..100755
--- a/server/vendor/justinrainbow/json-schema/.gitattributes
+++ b/server/vendor/justinrainbow/json-schema/.gitattributes
diff --git a/server/vendor/justinrainbow/json-schema/LICENSE b/server/vendor/justinrainbow/json-schema/LICENSE
index 6210e7c..6210e7c 100644..100755
--- a/server/vendor/justinrainbow/json-schema/LICENSE
+++ b/server/vendor/justinrainbow/json-schema/LICENSE
diff --git a/server/vendor/justinrainbow/json-schema/README.md b/server/vendor/justinrainbow/json-schema/README.md
index 3f9c58c..3f9c58c 100644..100755
--- a/server/vendor/justinrainbow/json-schema/README.md
+++ b/server/vendor/justinrainbow/json-schema/README.md
diff --git a/server/vendor/justinrainbow/json-schema/bin/validate-json b/server/vendor/justinrainbow/json-schema/bin/validate-json
index e93d53a..e93d53a 100644..100755
--- a/server/vendor/justinrainbow/json-schema/bin/validate-json
+++ b/server/vendor/justinrainbow/json-schema/bin/validate-json
diff --git a/server/vendor/justinrainbow/json-schema/composer.json b/server/vendor/justinrainbow/json-schema/composer.json
index 68b3933..68b3933 100644..100755
--- a/server/vendor/justinrainbow/json-schema/composer.json
+++ b/server/vendor/justinrainbow/json-schema/composer.json
diff --git a/server/vendor/justinrainbow/json-schema/phpunit.xml.dist b/server/vendor/justinrainbow/json-schema/phpunit.xml.dist
index 0136d8e..0136d8e 100644..100755
--- a/server/vendor/justinrainbow/json-schema/phpunit.xml.dist
+++ b/server/vendor/justinrainbow/json-schema/phpunit.xml.dist
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php
index b43bace..b43bace 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php
index cb3ee80..cb3ee80 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php
index 34280f4..34280f4 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php
index df413e4..df413e4 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php
index 8cd25c1..8cd25c1 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php
index c789753..c789753 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php
index c5aaf6a..c5aaf6a 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php
index 0e5cf1b..0e5cf1b 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php
index b856a11..b856a11 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php
index f57f64c..f57f64c 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php
index 837cfd8..837cfd8 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php
index c033720..c033720 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php
index ec702a7..ec702a7 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php
index 2e94677..2e94677 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php
index 37db121..37db121 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php
index 2c22881..2c22881 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php
index 87b4ac1..87b4ac1 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php
index 6d0b094..6d0b094 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/RefResolver.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/RefResolver.php
index ea0fafd..ea0fafd 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/RefResolver.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/RefResolver.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php
index f924ad8..f924ad8 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php
index cd8414f..cd8414f 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php
index bc43de6..bc43de6 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php
index 7652c42..7652c42 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php
index c324998..c324998 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php
index 9784114..9784114 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php
index c723cd9..c723cd9 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php
diff --git a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php
index 14dbb60..14dbb60 100644..100755
--- a/server/vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php
+++ b/server/vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php