stream_update_output_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-update-output-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_update_output_request",
  "title": "stream_update_output_request",
  "properties": {
    "enabled": {
      "$ref": "#/components/schemas/stream_output_enabled"
    }
  },
  "required": [
    "enabled"
  ]
}