Advertisement
Vincent_Courtin

OJ AIRPLANETYPECOMPANY id

Jul 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.84 KB | None | 0 0
  1. {
  2.   "id": "1ce49ad2fe8ca12011753fad2c01c43439ac9bbd",
  3.   "name": "Cessna Citation Mustang",
  4.   "seats": 4,
  5.   "category": "Very Light Jet",
  6.   "builtYear": "2010",
  7.   "description": null,
  8.   "tail": null,
  9.   "company": "3e1f975601f59090decc8f2d5ced72010162e48e",
  10.   "airplaneType": "2368c24e9980e4eb9ccd986f32df884e5bd58707",
  11.   "images": [
  12.     "http://middleware-assets.s3.amazonaws.com/2016-06-02-575024bd4ec70.png",
  13.     "http://middleware-assets.s3.amazonaws.com/2016-06-02-57502599bc556.png",
  14.     "http://middleware-assets.s3.amazonaws.com/2016-04-27-5720893f2bac1.jpg"
  15.   ],
  16.   "airplaneCharacs": [
  17.     {
  18.       "name": "cruiseSpeed",
  19.       "value": "0",
  20.       "unit": null
  21.     },
  22.     {
  23.       "name": "takeOffSpeed",
  24.       "value": "110",
  25.       "unit": null
  26.     },
  27.     {
  28.       "name": "landingSpeed",
  29.       "value": "108",
  30.       "unit": null
  31.     },
  32.     {
  33.       "name": "rateOffClimb",
  34.       "value": "1500",
  35.       "unit": null
  36.     },
  37.     {
  38.       "name": "rateOffDescent",
  39.       "value": "2000",
  40.       "unit": null
  41.     },
  42.     {
  43.       "name": "typicalCruiseAltitude",
  44.       "value": "37000",
  45.       "unit": null
  46.     },
  47.     {
  48.       "name": "seats",
  49.       "value": "4",
  50.       "unit": null
  51.     }
  52.   ],
  53.   "airplaneServices": [
  54.     {
  55.       "name": "WC",
  56.       "isAvailable": true
  57.     },
  58.     {
  59.       "name": "Smoking",
  60.       "isAvailable": false
  61.     },
  62.     {
  63.       "name": "Pets",
  64.       "isAvailable": true
  65.     },
  66.     {
  67.       "name": "Catering",
  68.       "isAvailable": true
  69.     },
  70.     {
  71.       "name": "Flight Attendants",
  72.       "isAvailable": false
  73.     },
  74.     {
  75.       "name": "Gallery",
  76.       "isAvailable": true
  77.     },
  78.     {
  79.       "name": "Wifi",
  80.       "isAvailable": true
  81.     },
  82.     {
  83.       "name": "Telephone",
  84.       "isAvailable": true
  85.     },
  86.     {
  87.       "name": "2 pilots",
  88.       "isAvailable": false
  89.     }
  90.   ]
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement