Google Sheets · Schema

Link

An external or local reference.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
uri string The link identifier.
View JSON Schema on GitHub

JSON Schema

google-sheets-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Link",
  "type": "object",
  "description": "An external or local reference.",
  "properties": {
    "uri": {
      "type": "string",
      "description": "The link identifier."
    }
  }
}