Last active
December 26, 2021 11:12
-
-
Save pqr/c7a477599f553d4b5ce54c9605200a46 to your computer and use it in GitHub Desktop.
Данные для виджета с картой к заказу https://freelance.habr.com/tasks/408537
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
К заказу https://freelance.habr.com/tasks/408537