Cloudflare · JSON Structure

Cloudflare Images Image Structure

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

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

Properties

id filename metadata uploaded requireSignedURLs variants

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Image",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "filename": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "uploaded": {
      "type": "string"
    },
    "requireSignedURLs": {
      "type": "boolean"
    },
    "variants": {
      "type": "array"
    }
  }
}