Cloudflare · Schema

ProjectInput

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
name string The name of the project.
production_branch string The production branch name.
build_config object
View JSON Schema on GitHub

JSON Schema

cloudflare-pages-project-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProjectInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the project."
    },
    "production_branch": {
      "type": "string",
      "description": "The production branch name."
    },
    "build_config": {
      "type": "object"
    }
  }
}