#include <nlohmann/json-schema.hpp>#include "json-patch.hpp"#include <deque>#include <memory>#include <set>#include <sstream>#include <string>#include <regex>Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{json-validator.cpp} |
| namespace | nlohmann |
| namespace | nlohmann::json_schema |
Macros | |
| #define | REGEX_NAMESPACE std |
Variables | |
| template<> | |
| const std::string | anonymous_namespace{json-validator.cpp}::logical_combination< allOf >::key = "allOf" |
| template<> | |
| const std::string | anonymous_namespace{json-validator.cpp}::logical_combination< anyOf >::key = "anyOf" |
| template<> | |
| const std::string | anonymous_namespace{json-validator.cpp}::logical_combination< oneOf >::key = "oneOf" |
| #define REGEX_NAMESPACE std |
Definition at line 32 of file json-validator.cpp.