Google Docs · Schema

NamedStyle

A named style that can be applied to paragraphs.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
namedStyleType string The type of this named style.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-named-style-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NamedStyle",
  "type": "object",
  "description": "A named style that can be applied to paragraphs.",
  "properties": {
    "namedStyleType": {
      "type": "string",
      "description": "The type of this named style."
    }
  }
}