Cloudflare · JSON Structure

Cloudflare Stream Video Structure

Type: object Properties: 11
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Video is a JSON Structure definition published by Cloudflare, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

uid thumbnail playback status meta created modified duration size requireSignedURLs allowedOrigins

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Video",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string"
    },
    "thumbnail": {
      "type": "string"
    },
    "playback": {
      "type": "object"
    },
    "status": {
      "type": "object"
    },
    "meta": {
      "type": "object"
    },
    "created": {
      "type": "string"
    },
    "modified": {
      "type": "string"
    },
    "duration": {
      "type": "number"
    },
    "size": {
      "type": "integer"
    },
    "requireSignedURLs": {
      "type": "boolean"
    },
    "allowedOrigins": {
      "type": "array"
    }
  }
}