Google Slides · Schema

ThemeColorPair

A pair mapping a theme color type to the concrete color it represents.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
type string The type of the theme color.
View JSON Schema on GitHub

JSON Schema

google-slides-theme-color-pair-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ThemeColorPair",
  "type": "object",
  "description": "A pair mapping a theme color type to the concrete color it represents.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of the theme color."
    }
  }
}