Google Docs · Schema

ParagraphBorder

A border around a paragraph.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
dashStyle string
View JSON Schema on GitHub

JSON Schema

google-docs-v1-paragraph-border-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ParagraphBorder",
  "type": "object",
  "description": "A border around a paragraph.",
  "properties": {
    "dashStyle": {
      "type": "string"
    }
  }
}