{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateConfigsNotificationEvent", "title": "CreateConfigsNotificationEvent", "type": "object", "properties": { "callbackUrl": { "maxLength": 2147483647, "minLength": 1, "type": "string", "description": "URL to which the notification should be posted.

Endpoints:" } } }