mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
12 lines
292 B
YAML
12 lines
292 B
YAML
|
type: object
|
||
|
allOf:
|
||
|
- $ref: '#/definitions/UserInteraction'
|
||
|
- type: object
|
||
|
required:
|
||
|
- qrCode
|
||
|
properties:
|
||
|
qrCode:
|
||
|
description: Содержимое QR-кода, записанное в виде потока байт
|
||
|
type: string
|
||
|
format: binary
|