{ "$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.<br><br><b>Endpoints</b>:<ul><li>GET configs/notifications/events</li></ul>" } } }