mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 09:58:57 +00:00
10 lines
185 B
YAML
10 lines
185 B
YAML
|
type: object
|
||
|
allOf:
|
||
|
- $ref: '#/definitions/UserInteraction'
|
||
|
- type: object
|
||
|
required:
|
||
|
- request
|
||
|
properties:
|
||
|
request:
|
||
|
$ref: '#/definitions/BrowserRequest'
|