dhmemi
|
2659e37831
|
fix: <nlohmann/json-schema.hpp> -> "nlohmann/json-schema.hpp"
Follow the c++ standard, the compiler will ignore local directories
when it searches files include with angle-brackets.
|
2022-06-06 10:53:19 +08:00 |
|
andrejlevkovitch
|
b9d8e098cd
|
add checks about content checker at shema parsing stage
|
2020-07-13 11:13:08 +02:00 |
|
andrejlevkovitch
|
dbf59ab4c3
|
move checks contentEncoding and contentMediaType to string schema
|
2020-07-13 11:13:08 +02:00 |
|
andrejlevkovitch
|
a632d2707b
|
add support for validate binary data in nlohmann::json
Used for bson or other implementations of binary json-instances.
|
2020-07-13 11:13:08 +02:00 |
|