mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
type: object
|
||
required:
|
||
- scope
|
||
- url
|
||
properties:
|
||
id:
|
||
description: |
|
||
Идентификатор webhook'а
|
||
type: string
|
||
readOnly: true
|
||
active:
|
||
description: |
|
||
Включена ли в данный момент доставка оповещений?
|
||
type: boolean
|
||
readOnly: true
|
||
scope:
|
||
$ref: '#/definitions/WebhookScope'
|
||
url:
|
||
description: |
|
||
URL, на который будут поступать оповещения о произошедших событиях
|
||
type: string
|
||
format: uri
|
||
maxLength: 1000
|
||
publicKey:
|
||
description: |
|
||
Содержимое публичного ключа, служащего для проверки авторитативности
|
||
приходящих на `url` оповещений
|
||
type: string
|
||
format: hexadecimal
|
||
readOnly: true
|
||
example: "\
|
||
MIGJAoGBAM1fmNUvezts3yglTdhXuqG7OhHxQtDFA+Ss//YuUGjw5ossDbEMoS+S\
|
||
IFuYZ/UL9Xg0rEHNRSbmf48OK+mz0FobEtbji8MADayzGfFopXsfRFa7MVy3Uhu5\
|
||
jBDpLsN3DyJapAkK0TAYINlZXxVjDwxRNheTvC+xub5WNdiwc28fAgMBAAE="
|