1project_id: $project_id 2project_name: "$project_name" 3reference_video_id: $vid_id 4reference_video_name: "$vid_name" 5test_video_location: "$filepath" 6triggered_by: "$triggered_by" 7run_information { 8 device: "$board" 9 build: "$build" 10 profile: "profile" 11 extra_information { 12 key: "extra_info_key" 13 value: "extra_info_value" 14 } 15} 16extra_results { 17 name: "extra_result_name" 18 value: 10.0 19} 20job_settings { 21 freezing_smoothness: $check_smoothness 22 psnr_ssim: $check_psnr 23 av_sync: $check_sync 24 audio: $check_audio 25 color: $check_color 26}