Google Apps Script · Schema

Project

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Properties

Name Type Description
scriptId string
title string
parentId string
createTime string
updateTime string
creator object
View JSON Schema on GitHub

JSON Schema

openapi-project-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Project",
  "type": "object",
  "properties": {
    "scriptId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "parentId": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    },
    "creator": {
      "type": "object"
    }
  }
}