{ "lexicon": 1, "id": "blog.pckt.block.paragraph", "description": "A paragraph block containing inline text content with optional formatting. Paragraphs are the basic unit of text content in documents.", "defs": { "main": { "type": "object", "properties": { "content": { "type": "array", "description": "Array of inline content nodes (text, hard breaks, and mentions)", "items": { "type": "union", "refs": [ "blog.pckt.block.text", "blog.pckt.block.hardBreak", "blog.pckt.block.mention" ], "closed": false } }, "facets": { "type": "array", "description": "Facets for text formatting and features within this paragraph", "items": { "type": "ref", "ref": "blog.pckt.richtext.facet" } } } } } }