Searched refs:item_path (Results 1 – 1 of 1) sorted by relevance
366 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateArray() local367 Validate(item, single_type, item_path); in ValidateArray()387 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateTuple() local393 Validate(item_value, item_schema, item_path); in ValidateTuple()398 errors_.push_back(Error(item_path, kArrayItemRequired)); in ValidateTuple()415 std::string item_path = path.empty() ? i_str : (path + "." + i_str); in ValidateTuple() local418 Validate(item_value, additional_properties_schema, item_path); in ValidateTuple()