Searched refs:schema_file_path (Results 1 – 1 of 1) sorted by relevance
148 int schema_validate_from_file(const char *schema_file_path, in schema_validate_from_file() argument153 nlohmann::json schema_root = loadJson(schema_file_path); in schema_validate_from_file()155 std::cerr << "Could not open schema file: " << schema_file_path in schema_validate_from_file()160 fs::path pathObj(schema_file_path); in schema_validate_from_file()