mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 16:55:21 +00:00
12 lines
311 B
YAML
12 lines
311 B
YAML
description: Местоположение магазина, по которому можно его найти
|
||
type: object
|
||
discriminator: locationType
|
||
required:
|
||
- locationType
|
||
properties:
|
||
locationType:
|
||
description: Тип местоположения
|
||
type: string
|
||
enum:
|
||
- ShopLocationUrl
|