Google Apps Script · Schema

Operation

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Properties

Name Type Description
done boolean
response object
error object
View JSON Schema on GitHub

JSON Schema

openapi-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Operation",
  "type": "object",
  "properties": {
    "done": {
      "type": "boolean"
    },
    "response": {
      "type": "object"
    },
    "error": {
      "type": "object"
    }
  }
}