Netlify · Schema

deployedBranch

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
id string
deploy_id string
name string
slug string
url string
ssl_url string
View JSON Schema on GitHub

JSON Schema

netlify-deployedbranch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deployedBranch",
  "title": "deployedBranch",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "deploy_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "ssl_url": {
      "type": "string"
    }
  }
}