Google Sheets · JSON Structure

Google Sheets Developer Metadata Structure

Type: object Properties: 4
Google WorkspaceProductivitySpreadsheets

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

Properties

metadataId metadataKey metadataValue visibility

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeveloperMetadata",
  "type": "object",
  "properties": {
    "metadataId": {
      "type": "integer"
    },
    "metadataKey": {
      "type": "string"
    },
    "metadataValue": {
      "type": "string"
    },
    "visibility": {
      "type": "string"
    }
  }
}