| 85 | std::vector<nlohmann::json::json_pointer> failed_pointers; |
| 86 | |
| 87 | void reset() override |
| 88 | { |
| 89 | nlohmann::json_schema::basic_error_handler::reset(); |
| 90 | failed_pointers.clear(); |
| 91 | } |
| 92 | }; |
| 93 | |
| 94 | static void content(const std::string &contentEncoding, const std::string &contentMediaType, const json &instance) |