Skip to content
Snippets Groups Projects
callback-url.yaml 354 B
Newer Older
title: Konfiguration des eingerichteten Callbacks
type: object
required:
  - url
properties:
  url:
    title: Callback-URL
    description: 'Öffentlich erreichbare Callbackadresse, um Benachrichtigungen durch den Zustelldienst zu empfangen. Muss eine valide HTTPS-URL sein.'
    type: string
    minLength: 9
    format: uri
    pattern: '^https://.+'