Google Apps Script · JSON Structure

Openapi Operation Structure

Type: object Properties: 3
Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

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

Properties

done response error

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

JSON Structure

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