Google Apps Script · Schema

ExecutionRequest

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Properties

Name Type Description
function string
parameters array
sessionState string
devMode boolean
View JSON Schema on GitHub

JSON Schema

openapi-execution-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExecutionRequest",
  "type": "object",
  "properties": {
    "function": {
      "type": "string"
    },
    "parameters": {
      "type": "array"
    },
    "sessionState": {
      "type": "string"
    },
    "devMode": {
      "type": "boolean"
    }
  }
}