Google Apps Script · JSON Structure

Openapi Process Structure

Type: object Properties: 6
Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Process 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

projectName functionName processType processStatus startTime duration

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Process",
  "type": "object",
  "properties": {
    "projectName": {
      "type": "string"
    },
    "functionName": {
      "type": "string"
    },
    "processType": {
      "type": "string"
    },
    "processStatus": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "duration": {
      "type": "string"
    }
  }
}