mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 09:58:57 +00:00
15 lines
420 B
YAML
15 lines
420 B
YAML
|
type: object
|
||
|
allOf:
|
||
|
- $ref: '#/definitions/BrowserRequest'
|
||
|
- type: object
|
||
|
required:
|
||
|
- uriTemplate
|
||
|
properties:
|
||
|
uriTemplate:
|
||
|
description: |
|
||
|
Шаблон значения URL для перехода в браузере
|
||
|
|
||
|
Шаблон представлен согласно стандарту
|
||
|
[RFC6570](https://tools.ietf.org/html/rfc6570).
|
||
|
type: string
|