stream_direct_upload_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-direct-upload-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_direct_upload_response",
  "title": "stream_direct_upload_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/stream_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "scheduledDeletion": {
              "$ref": "#/components/schemas/stream_scheduledDeletion"
            },
            "uid": {
              "$ref": "#/components/schemas/stream_identifier"
            },
            "uploadURL": {
              "description": "The URL an unauthenticated upload can use for a single `HTTP POST multipart/form-data` request.",
              "example": "www.example.com/samplepath",
              "type": "string"
            },
            "watermark": {
              "$ref": "#/components/schemas/stream_watermarks"
            }
          }
        }
      }
    }
  ]
}