1#include <nlohmann/json-schema.hpp>
5 nlohmann::json nlBase{{
"$ref",
"#/unknown/keywords"}};
10 }
catch (
const std::exception &e) {
12 if (std::string(
"after all files have been parsed, '<root>' has still the following undefined references: [/unknown/keywords]") == e.what())
void set_root_schema(const json &)