Cloudflare · Schema

ImageListResponse

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
result object
success boolean
View JSON Schema on GitHub

JSON Schema

cloudflare-images-image-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ImageListResponse",
  "type": "object",
  "properties": {
    "result": {
      "type": "object"
    },
    "success": {
      "type": "boolean"
    }
  }
}