mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 00:25:17 +00:00
fix shop location type (#11)
This commit is contained in:
parent
0ac01b1b60
commit
87e2ba9d51
@ -1,6 +1,4 @@
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
name:
|
||||
description: Название магазина
|
||||
@ -9,4 +7,4 @@ properties:
|
||||
description:
|
||||
description: Краткое описание
|
||||
type: string
|
||||
maxLength: 1000
|
||||
maxLength: 1000
|
||||
|
@ -8,4 +8,4 @@ properties:
|
||||
description: Тип местоположения
|
||||
type: string
|
||||
enum:
|
||||
- URL
|
||||
- ShopLocationUrl
|
||||
|
Loading…
Reference in New Issue
Block a user