mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 08:35:19 +00:00
19 lines
326 B
YAML
19 lines
326 B
YAML
type: object
|
|
required:
|
|
- id
|
|
- ownerId
|
|
- partyId
|
|
- data
|
|
properties:
|
|
id:
|
|
description: id анкеты
|
|
type: string
|
|
ownerId:
|
|
description: id владельца анкеты
|
|
type: string
|
|
partyId:
|
|
description: id мерчанта
|
|
type: string
|
|
data:
|
|
$ref: '#/definitions/QuestionaryData'
|