{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TextContent", "type": "object", "description": "The general text content. The text must reside in a compatible shape (e.g., text box or rectangle) or a table cell in a page.\n", "properties": { "textElements": { "type": "array", "description": "The text contents broken down into text elements." }, "lists": { "type": "object", "description": "The bulleted lists contained in this text, keyed by list ID.\n" } } }