About

This package is 31.7 KB. It is available at http://archive.ubuntu.com/ubuntu/pool/universe/p/php-json-schema/php-json-schema_5.2.6-1_all.deb .

View its full control file here: debian/control.

Description

implementation of JSON schema

Relations

This package depends on: php-cli, php-common.

This package does not recommend any other package.

This package does not suggest any other package.

This package does not conflict with any other package.

Package Contents

This package is indexed.

php-json-schema 5.2.6-1 is in ubuntu - bionic / universe. This package's architecture is: architectureless.

File Mime Type Owner Mode Size
/usr/ root:root 0o755
/usr/bin/ root:root 0o755
/usr/bin/validate-json text/plain root:root 0o755 6.6 KB
/usr/share/ root:root 0o755
/usr/share/doc/ root:root 0o755
/usr/share/doc/php-json-schema/ root:root 0o755
/usr/share/doc/php-json-schema/changelog.Debian.gz application/gzip root:root 0o644 1.1 KB
/usr/share/doc/php-json-schema/copyright text/plain root:root 0o644 2.8 KB
/usr/share/doc/php-json-schema/examples/ root:root 0o755
/usr/share/doc/php-json-schema/examples/data.json text/plain root:root 0o644 18 bytes
/usr/share/doc/php-json-schema/examples/demo.php text/x-php root:root 0o644 532 bytes
/usr/share/doc/php-json-schema/examples/README.md text/plain root:root 0o644 556 bytes
/usr/share/doc/php-json-schema/examples/schema.json text/plain root:root 0o644 23 bytes
/usr/share/doc/php-json-schema/README.md.gz application/gzip root:root 0o644 2.2 KB
/usr/share/doc/php-json-schema/schema/ root:root 0o755
/usr/share/doc/php-json-schema/schema/json-schema-draft-03.json text/plain root:root 0o644 3.8 KB
/usr/share/doc/php-json-schema/schema/json-schema-draft-04.json.gz application/gzip root:root 0o644 717 bytes
/usr/share/man/ root:root 0o755
/usr/share/man/man1/ root:root 0o755
/usr/share/man/man1/validate-json.1.gz application/gzip root:root 0o644 348 bytes
/usr/share/php/ root:root 0o755
/usr/share/php/JsonSchema/ root:root 0o755
/usr/share/php/JsonSchema/autoload.php text/x-php root:root 0o644 4.6 KB
/usr/share/php/JsonSchema/Constraints/ root:root 0o755
/usr/share/php/JsonSchema/Constraints/BaseConstraint.php text/x-php root:root 0o644 3.8 KB
/usr/share/php/JsonSchema/Constraints/CollectionConstraint.php text/x-php root:root 0o644 6.2 KB
/usr/share/php/JsonSchema/Constraints/ConstraintInterface.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/JsonSchema/Constraints/Constraint.php text/x-php root:root 0o644 6.4 KB
/usr/share/php/JsonSchema/Constraints/EnumConstraint.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/JsonSchema/Constraints/Factory.php text/x-php root:root 0o644 5.7 KB
/usr/share/php/JsonSchema/Constraints/FormatConstraint.php text/x-php root:root 0o644 8.6 KB
/usr/share/php/JsonSchema/Constraints/NumberConstraint.php text/x-php root:root 0o644 3.7 KB
/usr/share/php/JsonSchema/Constraints/ObjectConstraint.php text/x-php root:root 0o644 7.9 KB
/usr/share/php/JsonSchema/Constraints/SchemaConstraint.php text/x-php root:root 0o644 3.7 KB
/usr/share/php/JsonSchema/Constraints/StringConstraint.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/JsonSchema/Constraints/TypeCheck/ root:root 0o755
/usr/share/php/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php text/x-php root:root 0o644 744 bytes
/usr/share/php/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php text/x-php root:root 0o644 417 bytes
/usr/share/php/JsonSchema/Constraints/TypeConstraint.php text/x-php root:root 0o644 7.8 KB
/usr/share/php/JsonSchema/Constraints/UndefinedConstraint.php text/x-php root:root 0o644 15.2 KB
/usr/share/php/JsonSchema/Entity/ root:root 0o755
/usr/share/php/JsonSchema/Entity/JsonPointer.php text/x-php root:root 0o644 3.3 KB
/usr/share/php/JsonSchema/Exception/ root:root 0o755
/usr/share/php/JsonSchema/Exception/ExceptionInterface.php text/x-php root:root 0o644 73 bytes
/usr/share/php/JsonSchema/Exception/InvalidArgumentException.php text/x-php root:root 0o644 377 bytes
/usr/share/php/JsonSchema/Exception/InvalidConfigException.php text/x-php root:root 0o644 337 bytes
/usr/share/php/JsonSchema/Exception/InvalidSchemaException.php text/x-php root:root 0o644 334 bytes
/usr/share/php/JsonSchema/Exception/InvalidSchemaMediaTypeException.php text/x-php root:root 0o644 343 bytes
/usr/share/php/JsonSchema/Exception/InvalidSourceUriException.php text/x-php root:root 0o644 348 bytes
/usr/share/php/JsonSchema/Exception/JsonDecodingException.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/JsonSchema/Exception/ResourceNotFoundException.php text/x-php root:root 0o644 340 bytes
/usr/share/php/JsonSchema/Exception/RuntimeException.php text/x-php root:root 0o644 353 bytes
/usr/share/php/JsonSchema/Exception/UnresolvableJsonPointerException.php text/x-php root:root 0o644 394 bytes
/usr/share/php/JsonSchema/Exception/UriResolverException.php text/x-php root:root 0o644 330 bytes
/usr/share/php/JsonSchema/Exception/ValidationException.php text/x-php root:root 0o644 281 bytes
/usr/share/php/JsonSchema/Iterator/ root:root 0o755
/usr/share/php/JsonSchema/Iterator/ObjectIterator.php text/x-php root:root 0o644 2.7 KB
/usr/share/php/JsonSchema/Rfc3339.php text/x-php root:root 0o644 886 bytes
/usr/share/php/JsonSchema/SchemaStorageInterface.php text/x-php root:root 0o644 802 bytes
/usr/share/php/JsonSchema/SchemaStorage.php text/x-php root:root 0o644 5.3 KB
/usr/share/php/JsonSchema/Uri/ root:root 0o755
/usr/share/php/JsonSchema/UriResolverInterface.php text/x-php root:root 0o644 530 bytes
/usr/share/php/JsonSchema/UriRetrieverInterface.php text/x-php root:root 0o644 517 bytes
/usr/share/php/JsonSchema/Uri/Retrievers/ root:root 0o755
/usr/share/php/JsonSchema/Uri/Retrievers/AbstractRetriever.php text/x-php root:root 0o644 626 bytes
/usr/share/php/JsonSchema/Uri/Retrievers/Curl.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/JsonSchema/Uri/Retrievers/FileGetContents.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/JsonSchema/Uri/Retrievers/PredefinedArray.php text/x-php root:root 0o644 1.3 KB
/usr/share/php/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php text/x-php root:root 0o644 746 bytes
/usr/share/php/JsonSchema/Uri/UriResolver.php text/x-php root:root 0o644 4.6 KB
/usr/share/php/JsonSchema/Uri/UriRetriever.php text/x-php root:root 0o644 8.7 KB
/usr/share/php/JsonSchema/Validator.php text/x-php root:root 0o644 2.8 KB