Google Apps Script · JSON Structure

Openapi File Structure

Type: object Properties: 5
Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

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

Properties

name type source createTime updateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "File",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    }
  }
}