The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
AUTHOR_PLEDGE
CONTRIBUTORS
Changes
INSTALL
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
SIGNATURE
cpanfile
doap.xml
lib/JSON/Schema/AsType.pm
lib/JSON/Schema/AsType/Draft3.pm
lib/JSON/Schema/AsType/Draft3/Types.pm
lib/JSON/Schema/AsType/Draft4.pm
lib/JSON/Schema/AsType/Draft4/Types.pm
lib/JSON/Schema/AsType/Draft6.pm
lib/JSON/Schema/AsType/Draft6/Types.pm
t/00-compile.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/basic.t
t/corpus/settlers.json
t/draft3.t
t/draft4.t
t/draft6.t
t/json-schema-test-suite/LICENSE
t/json-schema-test-suite/README.md
t/json-schema-test-suite/bin/jsonschema_suite
t/json-schema-test-suite/index.js
t/json-schema-test-suite/package.json
t/json-schema-test-suite/remotes/folder/folderInteger.json
t/json-schema-test-suite/remotes/integer.json
t/json-schema-test-suite/remotes/name.json
t/json-schema-test-suite/remotes/subSchemas.json
t/json-schema-test-suite/test-schema.json
t/json-schema-test-suite/tests/draft3/additionalItems.json
t/json-schema-test-suite/tests/draft3/additionalProperties.json
t/json-schema-test-suite/tests/draft3/default.json
t/json-schema-test-suite/tests/draft3/dependencies.json
t/json-schema-test-suite/tests/draft3/disallow.json
t/json-schema-test-suite/tests/draft3/divisibleBy.json
t/json-schema-test-suite/tests/draft3/enum.json
t/json-schema-test-suite/tests/draft3/extends.json
t/json-schema-test-suite/tests/draft3/items.json
t/json-schema-test-suite/tests/draft3/maxItems.json
t/json-schema-test-suite/tests/draft3/maxLength.json
t/json-schema-test-suite/tests/draft3/maximum.json
t/json-schema-test-suite/tests/draft3/minItems.json
t/json-schema-test-suite/tests/draft3/minLength.json
t/json-schema-test-suite/tests/draft3/minimum.json
t/json-schema-test-suite/tests/draft3/optional/bignum.json
t/json-schema-test-suite/tests/draft3/optional/format.json
t/json-schema-test-suite/tests/draft3/optional/jsregex.json
t/json-schema-test-suite/tests/draft3/optional/zeroTerminatedFloats.json
t/json-schema-test-suite/tests/draft3/pattern.json
t/json-schema-test-suite/tests/draft3/patternProperties.json
t/json-schema-test-suite/tests/draft3/properties.json
t/json-schema-test-suite/tests/draft3/ref.json
t/json-schema-test-suite/tests/draft3/refRemote.json
t/json-schema-test-suite/tests/draft3/required.json
t/json-schema-test-suite/tests/draft3/type.json
t/json-schema-test-suite/tests/draft3/uniqueItems.json
t/json-schema-test-suite/tests/draft4/additionalItems.json
t/json-schema-test-suite/tests/draft4/additionalProperties.json
t/json-schema-test-suite/tests/draft4/allOf.json
t/json-schema-test-suite/tests/draft4/anyOf.json
t/json-schema-test-suite/tests/draft4/default.json
t/json-schema-test-suite/tests/draft4/definitions.json
t/json-schema-test-suite/tests/draft4/dependencies.json
t/json-schema-test-suite/tests/draft4/enum.json
t/json-schema-test-suite/tests/draft4/items.json
t/json-schema-test-suite/tests/draft4/maxItems.json
t/json-schema-test-suite/tests/draft4/maxLength.json
t/json-schema-test-suite/tests/draft4/maxProperties.json
t/json-schema-test-suite/tests/draft4/maximum.json
t/json-schema-test-suite/tests/draft4/minItems.json
t/json-schema-test-suite/tests/draft4/minLength.json
t/json-schema-test-suite/tests/draft4/minProperties.json
t/json-schema-test-suite/tests/draft4/minimum.json
t/json-schema-test-suite/tests/draft4/multipleOf.json
t/json-schema-test-suite/tests/draft4/not.json
t/json-schema-test-suite/tests/draft4/oneOf.json
t/json-schema-test-suite/tests/draft4/optional/bignum.json
t/json-schema-test-suite/tests/draft4/optional/ecmascript-regex.json
t/json-schema-test-suite/tests/draft4/optional/format.json
t/json-schema-test-suite/tests/draft4/optional/zeroTerminatedFloats.json
t/json-schema-test-suite/tests/draft4/pattern.json
t/json-schema-test-suite/tests/draft4/patternProperties.json
t/json-schema-test-suite/tests/draft4/properties.json
t/json-schema-test-suite/tests/draft4/ref.json
t/json-schema-test-suite/tests/draft4/refRemote.json
t/json-schema-test-suite/tests/draft4/required.json
t/json-schema-test-suite/tests/draft4/type.json
t/json-schema-test-suite/tests/draft4/uniqueItems.json
t/json-schema-test-suite/tests/draft6/additionalItems.json
t/json-schema-test-suite/tests/draft6/additionalProperties.json
t/json-schema-test-suite/tests/draft6/allOf.json
t/json-schema-test-suite/tests/draft6/anyOf.json
t/json-schema-test-suite/tests/draft6/boolean_schema.json
t/json-schema-test-suite/tests/draft6/const.json
t/json-schema-test-suite/tests/draft6/contains.json
t/json-schema-test-suite/tests/draft6/default.json
t/json-schema-test-suite/tests/draft6/definitions.json
t/json-schema-test-suite/tests/draft6/dependencies.json
t/json-schema-test-suite/tests/draft6/enum.json
t/json-schema-test-suite/tests/draft6/exclusiveMaximum.json
t/json-schema-test-suite/tests/draft6/exclusiveMinimum.json
t/json-schema-test-suite/tests/draft6/items.json
t/json-schema-test-suite/tests/draft6/maxItems.json
t/json-schema-test-suite/tests/draft6/maxLength.json
t/json-schema-test-suite/tests/draft6/maxProperties.json
t/json-schema-test-suite/tests/draft6/maximum.json
t/json-schema-test-suite/tests/draft6/minItems.json
t/json-schema-test-suite/tests/draft6/minLength.json
t/json-schema-test-suite/tests/draft6/minProperties.json
t/json-schema-test-suite/tests/draft6/minimum.json
t/json-schema-test-suite/tests/draft6/multipleOf.json
t/json-schema-test-suite/tests/draft6/not.json
t/json-schema-test-suite/tests/draft6/oneOf.json
t/json-schema-test-suite/tests/draft6/optional/bignum.json
t/json-schema-test-suite/tests/draft6/optional/ecmascript-regex.json
t/json-schema-test-suite/tests/draft6/optional/format.json
t/json-schema-test-suite/tests/draft6/optional/zeroTerminatedFloats.json
t/json-schema-test-suite/tests/draft6/pattern.json
t/json-schema-test-suite/tests/draft6/patternProperties.json
t/json-schema-test-suite/tests/draft6/properties.json
t/json-schema-test-suite/tests/draft6/propertyNames.json
t/json-schema-test-suite/tests/draft6/ref.json
t/json-schema-test-suite/tests/draft6/refRemote.json
t/json-schema-test-suite/tests/draft6/required.json
t/json-schema-test-suite/tests/draft6/type.json
t/json-schema-test-suite/tests/draft6/uniqueItems.json
t/json-schema-test-suite/tox.ini
t/lib/TestUtils.pm
t/recurse.t
t/register_uris.t
t/schema-coerce.t
t/spec-schema.t
t/string_number.t
t/types_draft3.t
t/types_draft4.t
xt/release/unused-vars.t