Cloudflare · Schema

Deployment

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
id string The unique identifier of the deployment.
url string The URL of the deployment.
environment string The deployment environment.
created_on string When the deployment was created.
latest_stage object
View JSON Schema on GitHub

JSON Schema

cloudflare-pages-deployment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Deployment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the deployment."
    },
    "url": {
      "type": "string",
      "description": "The URL of the deployment."
    },
    "environment": {
      "type": "string",
      "description": "The deployment environment."
    },
    "created_on": {
      "type": "string",
      "description": "When the deployment was created."
    },
    "latest_stage": {
      "type": "object"
    }
  }
}