Google Docs · JSON Structure

Google Docs V1 Paragraph Structure

Type: object Properties: 4
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Properties

elements suggestedParagraphStyleChanges suggestedBulletChanges positionedObjectIds

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Paragraph",
  "type": "object",
  "properties": {
    "elements": {
      "type": "array"
    },
    "suggestedParagraphStyleChanges": {
      "type": "object"
    },
    "suggestedBulletChanges": {
      "type": "object"
    },
    "positionedObjectIds": {
      "type": "array"
    }
  }
}