swag-analytics/spec/definitions/ShopDetails.yaml
2019-10-07 17:03:18 +03:00

13 lines
240 B
YAML

type: object
required:
- name
properties:
name:
description: Название магазина
type: string
maxLength: 100
description:
description: Краткое описание
type: string
maxLength: 1000