Skip to content

Instantly share code, notes, and snippets.

@jaroslav-kubicek
Created July 26, 2018 07:56
Show Gist options
  • Save jaroslav-kubicek/a1cd907e26ab62f39e10d151163b0162 to your computer and use it in GitHub Desktop.
Save jaroslav-kubicek/a1cd907e26ab62f39e10d151163b0162 to your computer and use it in GitHub Desktop.
Original output for "bags" list
{
"node": {
"outbound": {
"departure": {
"cityId": "prague_cz",
"localTime": "2018-06-30T17:30:00.000Z"
}
},
"allowedBaggage": {
"cabin": [
{
"height": 40,
"length": 55,
"width": 20,
"weight": 10,
"note": null,
"category": null,
"dimensionSum": null,
"isPending": null
},
{
"height": 20,
"length": 35,
"width": 20,
"weight": 5,
"note": null,
"category": null,
"dimensionSum": null,
"isPending": null
}
],
"checked": [
{
"height": 119,
"length": 119,
"width": 81,
"weight": 20,
"note": null,
"category": null,
"dimensionSum": null,
"isPending": null
}
]
},
"bags": [
{
"height": 40,
"length": 55,
"width": 10,
"weight": 55,
"note": null,
"category": "CABIN_BAG",
"dimensionSum": null,
"isPending": true
},
{
"height": 20,
"length": 35,
"width": 5,
"weight": 35,
"note": null,
"category": "PERSONAL_ITEM",
"dimensionSum": null,
"isPending": true
},
{
"height": 81,
"length": 119,
"width": 20,
"weight": 20,
"note": null,
"category": "HOLD_BAG",
"dimensionSum": null,
"isPending": true
},
{
"height": 40,
"length": 55,
"width": 10,
"weight": 55,
"note": null,
"category": "CABIN_BAG",
"dimensionSum": null,
"isPending": true
},
{
"height": 20,
"length": 35,
"width": 5,
"weight": 35,
"note": null,
"category": "PERSONAL_ITEM",
"dimensionSum": null,
"isPending": true
},
{
"height": 81,
"length": 119,
"width": 20,
"weight": 20,
"note": null,
"category": "HOLD_BAG",
"dimensionSum": null,
"isPending": true
},
{
"height": 40,
"length": 55,
"width": 10,
"weight": 55,
"note": null,
"category": "CABIN_BAG",
"dimensionSum": null,
"isPending": true
},
{
"height": 20,
"length": 35,
"width": 5,
"weight": 35,
"note": null,
"category": "PERSONAL_ITEM",
"dimensionSum": null,
"isPending": true
},
{
"height": 81,
"length": 119,
"width": 20,
"weight": 20,
"note": null,
"category": "HOLD_BAG",
"dimensionSum": null,
"isPending": true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment