{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_webhook_request", "title": "stream_webhook_request", "properties": { "notificationUrl": { "$ref": "#/components/schemas/stream_notificationUrl" } }, "required": [ "notificationUrl" ] }