swag-payments/spec/definitions/QrCodeDisplayRequest.yaml

12 lines
292 B
YAML
Raw Normal View History

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