Google Apps Script · Schema

Metrics

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Properties

Name Type Description
activeUsers array
totalExecutions array
failedExecutions array
View JSON Schema on GitHub

JSON Schema

openapi-metrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Metrics",
  "type": "object",
  "properties": {
    "activeUsers": {
      "type": "array"
    },
    "totalExecutions": {
      "type": "array"
    },
    "failedExecutions": {
      "type": "array"
    }
  }
}