Google Slides · Schema

MasterProperties

The properties of a Page that are only relevant for pages with pageType MASTER.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
displayName string The human-readable name of the master.
View JSON Schema on GitHub

JSON Schema

google-slides-master-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MasterProperties",
  "type": "object",
  "description": "The properties of a Page that are only relevant for pages with pageType MASTER.\n",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "The human-readable name of the master."
    }
  }
}