Advertisement
taweesoft

translator_standard_FACILITY_response

Nov 22nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. {
  2.     "identifier": "VIETJET",
  3.     "data": {
  4.         "baggage": {
  5.             "available": true,
  6.             "items": [
  7.                 {
  8.                     "piece": 2,
  9.                     "weight": 30
  10.                 }
  11.             ]
  12.         },
  13.         "meal": {
  14.             "available": true
  15.         },
  16.         "entertainment": {
  17.             "available": false
  18.         },
  19.         "wifi": {
  20.             "available": false
  21.         },
  22.         "power": {
  23.             "available": false
  24.         }
  25.     }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement