Google Cloud Deploy Release

Schema for a Cloud Deploy release, representing a specific version of an application to be deployed through a delivery pipeline.

Continuous DeliveryDeploymentDevOpsKubernetesPipelineRelease Management

Properties

Name Type Description
name string The resource name of the release
description string Description of the release
annotations object User annotations for the release
labels object Labels applied to the release
skaffoldConfigUri string Cloud Storage URI of the Skaffold configuration
skaffoldConfigPath string Filepath of the Skaffold config inside the config URI
buildArtifacts array List of build artifacts to deploy
deliveryPipelineSnapshot object Snapshot of the delivery pipeline at the time of release creation
targetSnapshots array Snapshots of targets at the time of release creation
renderState string The current state of the render operation
createTime string Time at which the release was created
renderStartTime string Time at which the render began
renderEndTime string Time at which the render completed
View JSON Schema on GitHub

JSON Schema

google-cloud-deploy-release-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cloud.google.com/schemas/clouddeploy/release.json",
  "title": "Google Cloud Deploy Release",
  "description": "Schema for a Cloud Deploy release, representing a specific version of an application to be deployed through a delivery pipeline.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The resource name of the release"
    },
    "description": {
      "type": "string",
      "description": "Description of the release"
    },
    "annotations": {
      "type": "object",
      "description": "User annotations for the release",
      "additionalProperties": {
        "type": "string"
      }
    },
    "labels": {
      "type": "object",
      "description": "Labels applied to the release",
      "additionalProperties": {
        "type": "string"
      }
    },
    "skaffoldConfigUri": {
      "type": "string",
      "description": "Cloud Storage URI of the Skaffold configuration"
    },
    "skaffoldConfigPath": {
      "type": "string",
      "description": "Filepath of the Skaffold config inside the config URI"
    },
    "buildArtifacts": {
      "type": "array",
      "description": "List of build artifacts to deploy",
      "items": {
        "$ref": "#/$defs/BuildArtifact"
      }
    },
    "deliveryPipelineSnapshot": {
      "$ref": "#/$defs/DeliveryPipelineSnapshot",
      "description": "Snapshot of the delivery pipeline at the time of release creation"
    },
    "targetSnapshots": {
      "type": "array",
      "description": "Snapshots of targets at the time of release creation",
      "items": {
        "$ref": "#/$defs/TargetSnapshot"
      }
    },
    "renderState": {
      "type": "string",
      "description": "The current state of the render operation",
      "enum": ["SUCCEEDED", "FAILED", "IN_PROGRESS"]
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "Time at which the release was created"
    },
    "renderStartTime": {
      "type": "string",
      "format": "date-time",
      "description": "Time at which the render began"
    },
    "renderEndTime": {
      "type": "string",
      "format": "date-time",
      "description": "Time at which the render completed"
    }
  },
  "$defs": {
    "BuildArtifact": {
      "type": "object",
      "description": "A build artifact with image and tag",
      "properties": {
        "image": {
          "type": "string",
          "description": "The container image name"
        },
        "tag": {
          "type": "string",
          "description": "The container image tag or digest"
        }
      }
    },
    "DeliveryPipelineSnapshot": {
      "type": "object",
      "description": "Snapshot of a delivery pipeline",
      "properties": {
        "name": {
          "type": "string"
        },
        "serialPipeline": {
          "type": "object",
          "properties": {
            "stages": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "targetId": {
                    "type": "string"
                  },
                  "profiles": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "TargetSnapshot": {
      "type": "object",
      "description": "Snapshot of a deployment target",
      "properties": {
        "name": {
          "type": "string"
        },
        "targetId": {
          "type": "string"
        },
        "requireApproval": {
          "type": "boolean"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-cloud-deploy-release"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.