Commit 0605f7b
File tree
4 files changed
+10
-13
lines changed- external
4 files changed
+10
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
187 | 194 | | |
188 | 195 | | |
189 | 196 | | |
| |||
195 | 202 | | |
196 | 203 | | |
197 | 204 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
204 | 208 | | |
205 | | - | |
206 | | - | |
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | 214 | | |
218 | 215 | | |
219 | 216 | | |
| |||
Submodule googletest updated 237 files
Submodule json updated 1123 files
Submodule json-schema-validator updated 80 files
- .github/workflows/github-actions.yml+83
- .travis.yml+10-1
- CMakeLists.txt+66-94
- README.md+105-51
- app/format.cpp+54
- app/json-schema-validate.cpp+1-1
- cmake/HunterGate.cmake+539
- conanfile.py+25-11
- nlohmann_json_schema_validatorConfig.cmake.in+7-11
- src/json-patch.cpp+4-4
- src/json-uri.cpp+1-1
- src/json-validator.cpp+297-103
- src/nlohmann/json-schema.hpp+14-14
- src/smtp-address-validator.cpp+830
- src/smtp-address-validator.hpp+34
- src/string-format-check.cpp+188-95
- test/CMakeLists.txt+18
- test/JSON-Schema-Test-Suite/CMakeLists.txt+3-5
- test/JSON-Schema-Test-Suite/json-schema-test.cpp+46-1
- test/JSON-Schema-Test-Suite/remotes/baseUriChange/folderInteger.json+3
- test/JSON-Schema-Test-Suite/remotes/baseUriChangeFolder/folderInteger.json+3
- test/JSON-Schema-Test-Suite/remotes/baseUriChangeFolderInSubschema/folderInteger.json+3
- test/JSON-Schema-Test-Suite/remotes/ref-and-definitions.json+11
- test/JSON-Schema-Test-Suite/remotes/ref-and-defs.json+11
- test/JSON-Schema-Test-Suite/tests/draft7/additionalItems.json+65-3
- test/JSON-Schema-Test-Suite/tests/draft7/additionalProperties.json+1-1
- test/JSON-Schema-Test-Suite/tests/draft7/allOf.json+50
- test/JSON-Schema-Test-Suite/tests/draft7/const.json+100
- test/JSON-Schema-Test-Suite/tests/draft7/contains.json+50
- test/JSON-Schema-Test-Suite/tests/draft7/default.json+30
- test/JSON-Schema-Test-Suite/tests/draft7/definitions.json+2-8
- test/JSON-Schema-Test-Suite/tests/draft7/enum.json+26
- test/JSON-Schema-Test-Suite/tests/draft7/format.json+136-136
- test/JSON-Schema-Test-Suite/tests/draft7/id.json+53
- test/JSON-Schema-Test-Suite/tests/draft7/if-then-else.json+70
- test/JSON-Schema-Test-Suite/tests/draft7/infinite-loop-detection.json+36
- test/JSON-Schema-Test-Suite/tests/draft7/maxProperties.json+16
- test/JSON-Schema-Test-Suite/tests/draft7/multipleOf.json+11
- test/JSON-Schema-Test-Suite/tests/draft7/optional/bignum.json+11-23
- test/JSON-Schema-Test-Suite/tests/draft7/optional/ecmascript-regex.json+96-17
- test/JSON-Schema-Test-Suite/tests/draft7/optional/float-overflow.json+13
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/date-time.json+20
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/date.json+171-1
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/email.json+35
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/hostname.json+35
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-email.json+10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-hostname.json+246
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ipv4.json+21
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ipv6.json+135
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/iri.json+1-1
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/relative-json-pointer.json+15
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/time.json+146-1
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/uri.json+6-1
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/uuid.json+85
- test/JSON-Schema-Test-Suite/tests/draft7/optional/unicode.json+146
- test/JSON-Schema-Test-Suite/tests/draft7/optional/zeroTerminatedFloats.json-15
- test/JSON-Schema-Test-Suite/tests/draft7/patternProperties.json+5
- test/JSON-Schema-Test-Suite/tests/draft7/propertyNames.json+29
- test/JSON-Schema-Test-Suite/tests/draft7/ref.json+202-33
- test/JSON-Schema-Test-Suite/tests/draft7/refRemote.json+28-3
- test/JSON-Schema-Test-Suite/tests/draft7/uniqueItems.json+41-1
- test/JSON-Schema-Test-Suite/tests/draft7/unknownKeyword.json+56
- test/binary-validation.cpp+175
- test/issue-117-format-error.cpp+69
- test/issue-143/CMakeLists.txt+13
- test/issue-143/instance-fail-1.json+4
- test/issue-143/instance-fail-a.json+4
- test/issue-143/instance.json+4
- test/issue-143/schema.json+21
- test/issue-149-entry-selection.cpp+93
- test/issue-189-default-values.cpp+109
- test/issue-209/CMakeLists.txt+3
- test/issue-209/color.schema.json+8
- test/issue-209/entities.schema.json+16
- test/issue-209/instance.json+10
- test/issue-25-default-values.cpp+133-59
- test/issue-98.cpp+2-1
- test/string-format-check-test.cpp+18-1
- test/test-pipe-in.sh+1-1
- test/uri.cpp+2-2
0 commit comments