swag-payments/spec/definitions/QrCodeDisplayRequest.yaml
2019-10-23 12:30:23 +03:00

12 lines
292 B
YAML

type: object
allOf:
- $ref: '#/definitions/UserInteraction'
- type: object
required:
- qrCode
properties:
qrCode:
description: Содержимое QR-кода, записанное в виде потока байт
type: string
format: binary