1{ 2 "frame_ids": [ 3 "before", 4 0, 5 16, 6 32, 7 48, 8 "after" 9 ], 10 "features": [ 11 { 12 "name": "Bar_size", 13 "type": "dpSize", 14 "data_points": [ 15 { 16 "type": "not_found" 17 }, 18 { 19 "width": 200, 20 "height": 100 21 }, 22 { 23 "width": 200, 24 "height": 90 25 }, 26 { 27 "width": 200, 28 "height": 80 29 }, 30 { 31 "width": 200, 32 "height": 70 33 }, 34 { 35 "width": 200, 36 "height": 60 37 } 38 ] 39 } 40 ] 41}