Cloudflare · Schema

VariantInput

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
id string The name of the variant.
options object
neverRequireSignedURLs boolean Allow unsigned URL access for this variant.
View JSON Schema on GitHub

JSON Schema

cloudflare-images-variant-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VariantInput",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The name of the variant."
    },
    "options": {
      "type": "object"
    },
    "neverRequireSignedURLs": {
      "type": "boolean",
      "description": "Allow unsigned URL access for this variant."
    }
  }
}