Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.99 KB | None | 0 0
  1. {
  2.       "recommended_pictures": [
  3.         {
  4.           "url" : "{{ asset('build/img/garage/img_hero.png') }}",
  5.           "name" : "hero",
  6.           "display" : "front 45°",
  7.           "description": "Take a picture of your car facing left under good lighting. Match the example."
  8.         },
  9.         {
  10.           "url" : "{{ asset('build/img/garage/img_back.png') }}",
  11.           "name" : "back",
  12.           "display" : "back 45°",
  13.           "description": "Take a picture from the back of your car under good lighting. Match the example."
  14.         },
  15.         {
  16.           "url" : "{{ asset('build/img/garage/img_side.png') }}",
  17.           "name" : "side",
  18.           "display" : "side",
  19.           "description": "Take a picture from the left side of your car under good lighting. Match the example."
  20.         },
  21.         {
  22.           "url" : "{{ asset('build/img/garage/img_front_seats.png') }}",
  23.           "name" : "front_seats",
  24.           "display" : "front seats",
  25.           "description": "Take a picture of the 2 front seats and dashboard. Remove all car accessories. Match the example."
  26.         },
  27.         {
  28.           "url" : "{{ asset('build/img/garage/img_driver_seat.png') }}",
  29.           "name" : "drivers_seat",
  30.           "display" : "driver's seat",
  31.           "description": "Take a picture of the front seats from the driver's door. Match the example."
  32.         },
  33.         {
  34.           "url" : "{{ asset('build/img/garage/img_steering_wheels.png') }}",
  35.           "name" : "steering_wheels",
  36.           "display" : "steering wheel",
  37.           "description": "Take a picture of steering wheel from the driver's perspective. Remove any steering wheel covers. Match the example."
  38.         },
  39.         {
  40.           "url" : "{{ asset('build/img/garage/img_wheels.png') }}",
  41.           "name" : "wheels",
  42.           "display" : "wheels",
  43.           "description": "Take a picture of the wheels. Match the example."
  44.         },
  45.         {
  46.           "url" : "{{ asset('build/img/garage/img_shifter.png') }}",
  47.           "name" : "shifter",
  48.           "display" : "shifter",
  49.           "description": "Take a picture of your gear shifter from the driver's seat. Match the example."
  50.         },
  51.         {
  52.           "url" : "{{ asset('build/img/garage/img_engine.png') }}",
  53.           "name" : "engine",
  54.           "display" : "engine",
  55.           "description": "Take a picture of your engine. Match the example."
  56.         },
  57.         {
  58.           "url" : "{{ asset('build/img/garage/img_odometer.png') }}",
  59.           "name" : "odometer",
  60.           "display" : "odometer",
  61.           "description": "Take a picture of the front seats form the driver's door. Match the example."
  62.         },
  63.         {
  64.           "url" : "{{ asset('build/img/garage/img_trunk.png') }}",
  65.           "name" : "trunk",
  66.           "display" : "trunk",
  67.           "description": "Take a picture of the trunk. Match the example."
  68.         }
  69.       ],
  70.       "good_to_have_pictures" : [
  71.         {
  72.           "url" : "{{ asset('build/img/garage/img_special_features.png') }}",
  73.           "name" : "special_features",
  74.           "display" : "special features",
  75.           "description": "Take a picture from the back of your car under good lighting. Match the example."
  76.         },
  77.         {
  78.           "url" : "{{ asset('build/img/garage/img_back_seats.png') }}",
  79.           "name" : "back_seats",
  80.           "display" : "back seats",
  81.           "description": "Take a picture of the back seats from the back seat passenger;s door. Match the example."
  82.         },
  83.         {
  84.           "url" : "{{ asset('build/img/garage/img_back_angle.png') }}",
  85.           "name" : "back_angle",
  86.           "display" : "back angle",
  87.           "description": "Take a picture from the back of the car with the car facing left. Match the example."
  88.         },
  89.         {
  90.           "url" : "{{ asset('build/img/garage/img_head_light.png') }}",
  91.           "name" : "head_light",
  92.           "display" : "head light",
  93.           "description": "Take a picture of one of your car's head light. Match the example."
  94.         },
  95.         {
  96.           "url" : "{{ asset('build/img/garage/img_tail_light.png') }}",
  97.           "name" : "tail_light",
  98.           "display" : "tail light",
  99.           "description": "Take a picture of your car's tail light. Match the example."
  100.         },
  101.         {
  102.           "url" : "{{ asset('build/img/garage/img_car_emblem.png') }}",
  103.           "name" : "car_emblem",
  104.           "display" : "car emblem",
  105.           "description": "Take a picture of your car's emblem. Match the example."
  106.         },
  107.         {
  108.           "url" : "{{ asset('build/img/garage/img_scratch.png') }}",
  109.           "name" : "scratch",
  110.           "display" : "scratch",
  111.           "description": "Take a clear picture of each scratch on your car."
  112.         },
  113.         {
  114.           "url" : "{{ asset('build/img/garage/img_dent.png') }}",
  115.           "name" : "dent",
  116.           "display" : "dent",
  117.           "description": "Take a clear picture of the dents on your car that is more than 1mm."
  118.         }
  119.       ]
  120.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement