Google Apps Script · Schema

DeploymentConfig

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Properties

Name Type Description
scriptId string
versionNumber integer
manifestFileName string
description string
View JSON Schema on GitHub

JSON Schema

openapi-deployment-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentConfig",
  "type": "object",
  "properties": {
    "scriptId": {
      "type": "string"
    },
    "versionNumber": {
      "type": "integer"
    },
    "manifestFileName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}