Cloudflare · Schema

VideoResponse

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
success boolean
errors array
messages array
View JSON Schema on GitHub

JSON Schema

cloudflare-stream-video-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VideoResponse",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "errors": {
      "type": "array"
    },
    "messages": {
      "type": "array"
    }
  }
}