swag-payments/spec/definitions/UserInteractionForm.yaml
Andrew Mayorov 8e5f8583c3 HOOK-1: Describe webhook resources (#55)
* HOOK-1: Describe webhook resources

* HOOK-1: Deprecate and remove callback handlers

* HOOK-1: Get rid of allOfs hacked earlier to inject descriptions
2017-04-24 17:30:38 +04:00

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