Cloudflare · JSON Structure

Cloudflare Pages Deployment Structure

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

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

Properties

id url environment created_on latest_stage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Deployment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "environment": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "latest_stage": {
      "type": "object"
    }
  }
}