swag-questionary/spec/definitions/Questionary.yaml
2020-03-17 17:03:32 +03:00

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'