Google Docs · JSON Structure

Google Docs V1 Rgb Color Structure

Type: object Properties: 3
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Properties

red green blue

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RgbColor",
  "type": "object",
  "properties": {
    "red": {
      "type": "number"
    },
    "green": {
      "type": "number"
    },
    "blue": {
      "type": "number"
    }
  }
}