Google Apps Script · Schema

Version

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Properties

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

JSON Schema

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