The URL where webhooks will be sent.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_notificationUrl", "title": "stream_notificationUrl", "description": "The URL where webhooks will be sent.", "example": "https://example.com", "format": "uri", "type": "string" }