mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
8e5f8583c3
* HOOK-1: Describe webhook resources * HOOK-1: Deprecate and remove callback handlers * HOOK-1: Get rid of allOfs hacked earlier to inject descriptions
20 lines
642 B
YAML
20 lines
642 B
YAML
description: Форма для отправки средствами браузера
|
|
type: array
|
|
items:
|
|
type: object
|
|
required:
|
|
- key
|
|
- template
|
|
properties:
|
|
key:
|
|
description: |
|
|
Значение ключа элемента формы, которую необходимо отправить средствами
|
|
браузера
|
|
type: string
|
|
template:
|
|
description: |
|
|
Шаблон значения элемента формы
|
|
Шаблон представлен согласно стандарту
|
|
[RFC6570](https://tools.ietf.org/html/rfc6570).
|
|
type: string
|