Build.PL
Changes
LICENSE
MANIFEST
META.json
README.md
cpanfile
lib/JSV.pm
lib/JSV/Context.pm
lib/JSV/Keyword.pm
lib/JSV/Keyword/Draft4/AllOf.pm
lib/JSV/Keyword/Draft4/AnyOf.pm
lib/JSV/Keyword/Draft4/Dependencies.pm
lib/JSV/Keyword/Draft4/Enum.pm
lib/JSV/Keyword/Draft4/Format.pm
lib/JSV/Keyword/Draft4/Items.pm
lib/JSV/Keyword/Draft4/MaxItems.pm
lib/JSV/Keyword/Draft4/MaxLength.pm
lib/JSV/Keyword/Draft4/MaxProperties.pm
lib/JSV/Keyword/Draft4/Maximum.pm
lib/JSV/Keyword/Draft4/MinItems.pm
lib/JSV/Keyword/Draft4/MinLength.pm
lib/JSV/Keyword/Draft4/MinProperties.pm
lib/JSV/Keyword/Draft4/Minimum.pm
lib/JSV/Keyword/Draft4/MultipleOf.pm
lib/JSV/Keyword/Draft4/Not.pm
lib/JSV/Keyword/Draft4/OneOf.pm
lib/JSV/Keyword/Draft4/Pattern.pm
lib/JSV/Keyword/Draft4/Properties.pm
lib/JSV/Keyword/Draft4/Ref.pm
lib/JSV/Keyword/Draft4/Required.pm
lib/JSV/Keyword/Draft4/Type.pm
lib/JSV/Keyword/Draft4/UniqueItems.pm
lib/JSV/Reference.pm
lib/JSV/Result.pm
lib/JSV/Util/Type.pm
lib/JSV/Validator.pm
lib/Test/JSV/Suite.pm
minil.toml
t/00_compile.t
t/01_validator.t
t/02_reference.t
t/03_result.t
t/draft4/extended_formats/format.json
t/draft4/extended_formats/format.t
t/draft4/loose_type/loose.json
t/draft4/loose_type/loose.t
t/draft4/loose_type/loose/maximum.json
t/draft4/loose_type/loose/mimium.json
t/draft4/loose_type/loose/multipleOf.json
t/draft4/loose_type/loose/type.json
t/draft4/loose_type/strict.json
t/draft4/suite/additionalItems.t
t/draft4/suite/allOf.t
t/draft4/suite/anyOf.t
t/draft4/suite/dependencies.t
t/draft4/suite/enum.t
t/draft4/suite/items.t
t/draft4/suite/maxItems.t
t/draft4/suite/maxLength.t
t/draft4/suite/maxProperties.t
t/draft4/suite/maximum.t
t/draft4/suite/minItems.t
t/draft4/suite/minLength.t
t/draft4/suite/minProperties.t
t/draft4/suite/minimum.t
t/draft4/suite/multipleOf.t
t/draft4/suite/oneOf.t
t/draft4/suite/optional/format.t
t/draft4/suite/optional/zeroTerminatedFloats.t
t/draft4/suite/pattern.t
t/draft4/suite/properties.t
t/draft4/suite/ref.t
t/draft4/suite/refRemote.t
t/draft4/suite/required.t
t/draft4/suite/schema
t/draft4/suite/type.t
t/draft4/suite/uniqueItems.t
t/draft4/understanding_json_schema/about.json
t/draft4/understanding_json_schema/about.t
t/draft4/understanding_json_schema/array.json
t/draft4/understanding_json_schema/array.t
t/draft4/understanding_json_schema/basics.json
t/draft4/understanding_json_schema/basics.t
t/draft4/understanding_json_schema/boolean.json
t/draft4/understanding_json_schema/boolean.t
t/draft4/understanding_json_schema/combining.json
t/draft4/understanding_json_schema/combining.t
t/draft4/understanding_json_schema/conversations.json
t/draft4/understanding_json_schema/conversations.t
t/draft4/understanding_json_schema/generic.json
t/draft4/understanding_json_schema/generic.t
t/draft4/understanding_json_schema/null.json
t/draft4/understanding_json_schema/null.t
t/draft4/understanding_json_schema/numeric.json
t/draft4/understanding_json_schema/numeric.t
t/draft4/understanding_json_schema/object.json
t/draft4/understanding_json_schema/object.t
t/draft4/understanding_json_schema/regular_expressions.json
t/draft4/understanding_json_schema/regular_expressions.t
t/draft4/understanding_json_schema/string.json
t/draft4/understanding_json_schema/string.t
t/draft4/understanding_json_schema/structuring.json
t/draft4/understanding_json_schema/structuring.t
t/draft4/understanding_json_schema/type.json
t/draft4/understanding_json_schema/type.t
t/issues/00007_lost_base_uri.t
t/issues/00009_number_loose_type.t
xt/synopsis.t
t/suite/LICENSE
t/suite/README.md
t/suite/bin/jsonschema_suite
t/suite/remotes/folder/folderInteger.json
t/suite/remotes/integer.json
t/suite/remotes/subSchemas.json
t/suite/tests/draft3/additionalItems.json
t/suite/tests/draft3/additionalProperties.json
t/suite/tests/draft3/default.json
t/suite/tests/draft3/dependencies.json
t/suite/tests/draft3/disallow.json
t/suite/tests/draft3/divisibleBy.json
t/suite/tests/draft3/enum.json
t/suite/tests/draft3/extends.json
t/suite/tests/draft3/items.json
t/suite/tests/draft3/maxItems.json
t/suite/tests/draft3/maxLength.json
t/suite/tests/draft3/maximum.json
t/suite/tests/draft3/minItems.json
t/suite/tests/draft3/minLength.json
t/suite/tests/draft3/minimum.json
t/suite/tests/draft3/optional/bignum.json
t/suite/tests/draft3/optional/format.json
t/suite/tests/draft3/optional/jsregex.json
t/suite/tests/draft3/optional/zeroTerminatedFloats.json
t/suite/tests/draft3/pattern.json
t/suite/tests/draft3/patternProperties.json
t/suite/tests/draft3/properties.json
t/suite/tests/draft3/ref.json
t/suite/tests/draft3/refRemote.json
t/suite/tests/draft3/required.json
t/suite/tests/draft3/type.json
t/suite/tests/draft3/uniqueItems.json
t/suite/tests/draft4/additionalItems.json
t/suite/tests/draft4/additionalProperties.json
t/suite/tests/draft4/allOf.json
t/suite/tests/draft4/anyOf.json
t/suite/tests/draft4/default.json
t/suite/tests/draft4/definitions.json
t/suite/tests/draft4/dependencies.json
t/suite/tests/draft4/enum.json
t/suite/tests/draft4/items.json
t/suite/tests/draft4/maxItems.json
t/suite/tests/draft4/maxLength.json
t/suite/tests/draft4/maxProperties.json
t/suite/tests/draft4/maximum.json
t/suite/tests/draft4/minItems.json
t/suite/tests/draft4/minLength.json
t/suite/tests/draft4/minProperties.json
t/suite/tests/draft4/minimum.json
t/suite/tests/draft4/multipleOf.json
t/suite/tests/draft4/not.json
t/suite/tests/draft4/oneOf.json
t/suite/tests/draft4/optional/bignum.json
t/suite/tests/draft4/optional/format.json
t/suite/tests/draft4/optional/zeroTerminatedFloats.json
t/suite/tests/draft4/pattern.json
t/suite/tests/draft4/patternProperties.json
t/suite/tests/draft4/properties.json
t/suite/tests/draft4/ref.json
t/suite/tests/draft4/refRemote.json
t/suite/tests/draft4/required.json
t/suite/tests/draft4/type.json
t/suite/tests/draft4/uniqueItems.json
META.yml