stream_notificationUrl

The URL where webhooks will be sent.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-notificationurl-schema.json Raw ↑
{
  "$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"
}