webhooks-8.x-1.x-dev/config/schema/webhooks.schema.yml
config/schema/webhooks.schema.yml
webhooks.settings:
type: config_object
label: 'Webhooks settings'
mapping:
reliable:
type: boolean
label: 'Reliable queue'
webhooks.webhook.*:
type: config_entity
label: 'Webhook config'
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'
uuid:
type: string
label: 'UUID'
payload_url:
type: uri
label: 'Payload URL'
type:
type: string
label: 'Type'
last_usage:
type: date_format
label: 'Last usage of a Webhook'
events:
type: text
label: 'Events'
response_ok:
type: boolean
label: 'Response OK'
ref_entity_type:
type: string
label: 'Reference Entity Type'
ref_entity_id:
type: integer
label: 'Reference Entity ID'
secret:
type: string
label: 'Secret'
content_type:
type: string
label: 'Content Type'
token:
type: string
label: 'Token'
non_blocking:
type: boolean
label: 'Non-Blocking'
