Cloudflare · Schema

HyperdriveConfig

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
id string The unique identifier.
name string The name of the configuration.
origin object
caching object
View JSON Schema on GitHub

JSON Schema

cloudflare-hyperdrive-hyperdrive-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HyperdriveConfig",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier."
    },
    "name": {
      "type": "string",
      "description": "The name of the configuration."
    },
    "origin": {
      "type": "object"
    },
    "caching": {
      "type": "object"
    }
  }
}