stream_watermarkAtUpload

APIs.ioEngineeringPlatform

Properties

Name Type Description
uid string The unique identifier for the watermark profile.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-watermarkatupload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_watermarkAtUpload",
  "title": "stream_watermarkAtUpload",
  "properties": {
    "uid": {
      "description": "The unique identifier for the watermark profile.",
      "example": "ea95132c15732412d22c1476fa83f27a",
      "maxLength": 32,
      "type": "string"
    }
  },
  "type": "object"
}