Google Apps Script · JSON Structure

Openapi Project Structure

Type: object Properties: 6
Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Project is a JSON Structure definition published by Google Apps Script, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

scriptId title parentId createTime updateTime creator

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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