File: MANIFEST

package info (click to toggle)
libjson-validator-perl 4.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 828 kB
  • sloc: perl: 2,816; makefile: 14
file content (149 lines) | stat: -rw-r--r-- 4,094 bytes parent folder | download
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
Changes
CONTRIBUTING.md
lib/JSON/Validator.pm
lib/JSON/Validator/cache/089e74a6d17f64af17a9efd6d0fa0de6
lib/JSON/Validator/cache/10a5eeb37fcd5d829449028f7ceb0774
lib/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df
lib/JSON/Validator/cache/3be3f46eb248daf48925640f8ef057e8
lib/JSON/Validator/cache/3d35aac549d951f4cf9182ff47bff0b4
lib/JSON/Validator/cache/49c95b866e40f788892a7fb3c816b0e8
lib/JSON/Validator/cache/4a31fe43be9e23ca9eb8d9e9faba8892
lib/JSON/Validator/cache/546acf85ddc442761c18517490215b90
lib/JSON/Validator/cache/630949337805585c8e52deea27d11419
lib/JSON/Validator/cache/7fe97ed1a4c3fac607dd276b2b298275
lib/JSON/Validator/cache/a0f5b4b4e75ea17fc09e88ec0343d148
lib/JSON/Validator/cache/a516498b60c53096b2ce2cd83ebe0abc
lib/JSON/Validator/cache/c6f188eb288cf986f23db49297b25e83
lib/JSON/Validator/cache/d18065ce8fb1f748e766b2737bae5200
lib/JSON/Validator/cache/d8cf7ae7a0fd14accadf5d18bc84d14f
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
lib/JSON/Validator/Schema.pm
lib/JSON/Validator/Schema/Draft201909.pm
lib/JSON/Validator/Schema/Draft4.pm
lib/JSON/Validator/Schema/Draft6.pm
lib/JSON/Validator/Schema/Draft7.pm
lib/JSON/Validator/Schema/OpenAPIv2.pm
lib/JSON/Validator/Schema/OpenAPIv3.pm
lib/JSON/Validator/Store.pm
lib/JSON/Validator/Util.pm
Makefile.PL
MANIFEST			This list of files
README.md
t/00-basic.t
t/backcompat.t
t/bundle.t
t/coerce-default.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/draft2019-09-acceptance.t
t/draft2019-09.t
t/draft4-acceptance.t
t/draft4.t
t/draft6-acceptance.t
t/draft6.t
t/draft7-acceptance.t
t/draft7.t
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-158-draf7-coerce-defaults.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-and-not.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-if-then-else.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-from-app.t
t/load-http.t
t/load-json.t
t/load-yaml-pp.t
t/load-yaml.t
t/more-bundle.t
t/newline-warnings.t
t/openapiv2-basic.t
t/openapiv2-collection-format.t
t/openapiv2-default-values.t
t/openapiv2-discriminator.t
t/openapiv2-file.t
t/openapiv2-headers.t
t/openapiv2-invalid-ref.t
t/openapiv2-readonly.t
t/openapiv3-basic.t
t/openapiv3-default-values.t
t/openapiv3-discriminator.t
t/openapiv3-nullable.t
t/openapiv3-readonly-writeonly.t
t/openapiv3-style-explode.t
t/predictable-errors.t
t/random-errors.t
t/recursive_data_protection.t
t/ref.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/bundle-no-leaking-filename.json
t/spec/bundlecheck.json
t/spec/missing-ref.json
t/spec/more-bundle.yaml
t/spec/more-bundle2.yaml
t/spec/person.json
t/spec/remotes/baseUriChange/folderInteger.json
t/spec/remotes/baseUriChangeFolder/folderInteger.json
t/spec/remotes/baseUriChangeFolderInSubschema/folderInteger.json
t/spec/remotes/integer.json
t/spec/remotes/name-defs.json
t/spec/remotes/name.json
t/spec/remotes/subSchemas-defs.json
t/spec/remotes/subSchemas.json
't/spec/space bundle.json'
t/spec/test-definitions-key.json
t/spec/v2-petstore.json
t/spec/v3-petstore.json
t/spec/with-deep-mixed-ref.json
t/spec/with-relative-ref.json
t/stack/Some.pm
t/stack/Some/Module.pm
t/test/array.pm
t/test/number.pm
t/test/object.pm
t/to-json.t
t/util-checksum-yaml-xs.t
t/util.t
t/validate-draft07.t
t/validate-id.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)