Skip to content

Instantly share code, notes, and snippets.

@pqr
Last active December 26, 2021 11:12
Show Gist options
  • Save pqr/c7a477599f553d4b5ce54c9605200a46 to your computer and use it in GitHub Desktop.
Save pqr/c7a477599f553d4b5ce54c9605200a46 to your computer and use it in GitHub Desktop.
Данные для виджета с картой к заказу https://freelance.habr.com/tasks/408537
{
"stock": [
{
"label": "Москва",
"location": "Московская обл., село Домодедово, ул. Зорин Лес стр. 1",
"containers": [
{
"type": "20'",
"count": 1
},
{
"type": "40'HC",
"count": 3
}
]
},
{
"label": "Шанхай",
"location": "No. 2020 Bao Yang Road, Bao Shan District, Shanghai, China 201900",
"containers": [
{
"type": "20'",
"count": 10
}
]
}
],
"transit": [
{
"labelFrom": "Шанхай",
"locationFrom": "No. 2020 Bao Yang Road, Bao Shan District, Shanghai, China 201900",
"labelTo": "Москва",
"locationTo": "Московская обл., село Домодедово, ул. Зорин Лес стр. 1",
"containers": [
{
"type": "20'",
"count": 0
},
{
"type": "40'HC",
"count": 54
}
]
},
{
"labelFrom": "Москва",
"locationFrom": "Московская обл., село Домодедово, ул. Зорин Лес стр. 1",
"labelTo": "Новосибирск",
"locationTo": "Россия, г. Новосибирск",
"containers": [
{
"type": "20'",
"count": 2
},
{
"type": "40'HC",
"count": 7
}
]
}
]
}
@pqr
Copy link
Author

pqr commented Dec 26, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment