1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
.gitattributes
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.perltidyrc
.travis.yml
Changes
lib/JSON/Validator.pm
lib/JSON/Validator/cache/10a5eeb37fcd5d829449028f7ceb0774
lib/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df
lib/JSON/Validator/cache/3d35aac549d951f4cf9182ff47bff0b4
lib/JSON/Validator/cache/49c95b866e40f788892a7fb3c816b0e8
lib/JSON/Validator/cache/4a31fe43be9e23ca9eb8d9e9faba8892
lib/JSON/Validator/cache/630949337805585c8e52deea27d11419
lib/JSON/Validator/cache/a0f5b4b4e75ea17fc09e88ec0343d148
lib/JSON/Validator/cache/ea34d47d4e060a1c3b12d2287aff89a7
lib/JSON/Validator/cache/eaa832720f36cff0abc20c05236a9cd9
lib/JSON/Validator/Error.pm
lib/JSON/Validator/Formats.pm
lib/JSON/Validator/Joi.pm
lib/JSON/Validator/Ref.pm
Makefile.PL
MANIFEST This list of files
README.md
t/00-basic.t
t/acceptance.t
t/booleans.t
t/bundle.t
t/coerce.t
t/deep-mixed-ref.t
t/definitions/age.json
't/definitions/space age.json'
t/definitions/unit.json
t/definitions/weight.json
t/draft4-tests/additionalItems.json
t/draft4-tests/additionalProperties.json
t/draft4-tests/allOf.json
t/draft4-tests/anyOf.json
t/draft4-tests/default.json
t/draft4-tests/definitions.json
t/draft4-tests/dependencies.json
t/draft4-tests/enum.json
t/draft4-tests/items.json
t/draft4-tests/maximum.json
t/draft4-tests/maxItems.json
t/draft4-tests/maxLength.json
t/draft4-tests/maxProperties.json
t/draft4-tests/minimum.json
t/draft4-tests/minItems.json
t/draft4-tests/minLength.json
t/draft4-tests/minProperties.json
t/draft4-tests/multipleOf.json
t/draft4-tests/not.json
t/draft4-tests/oneOf.json
t/draft4-tests/optional/bignum.json
t/draft4-tests/optional/format.json
t/draft4-tests/optional/zeroTerminatedFloats.json
t/draft4-tests/pattern.json
t/draft4-tests/patternProperties.json
t/draft4-tests/properties.json
t/draft4-tests/ref.json
t/draft4-tests/refRemote.json
t/draft4-tests/required.json
t/draft4-tests/type.json
t/draft4-tests/uniqueItems.json
t/get.t
t/Helper.pm
t/id-keyword-draft4.t
t/id-keyword-draft7.t
t/invalid-ref.t
t/issue-103-one-of.t
t/issue-22-duplicate-error-messages.t
t/issue-42-cache-control.t
t/issue-59-oneof-blessed-booleans.t
t/issue-71-additionalproperties.t
t/joi.t
t/jv-allof.t
t/jv-anyof.t
t/jv-array.t
t/jv-basic.t
t/jv-boolean.t
t/jv-const.t
t/jv-enum.t
t/jv-formats.t
t/jv-integer.t
t/jv-not.t
t/jv-number.t
t/jv-object.t
t/jv-oneof.t
t/jv-required.t
t/jv-string.t
t/load-data.t
t/load-file.t
t/load-http.t
t/load-json.t
t/load-yaml.t
t/random-errors.t
t/relative-ref.t
t/remotes/folder/folderInteger.json
t/remotes/integer.json
t/remotes/subSchemas.json
t/schema-as-attr.t
t/spec/bundlecheck.json
t/spec/missing-ref.json
t/spec/person.json
t/spec/petstore.json
't/spec/space bundle.json'
t/spec/with-deep-mixed-ref.json
t/spec/with-relative-ref.json
t/stack/Some.pm
t/stack/Some/Module.pm
t/to-json.t
t/validate-draft07.t
t/validate-id.t
t/validate-json.t
t/validate-recursive.t
t/validate-schema.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
|