{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DocumentListResponse", "type": "object", "description": "Response object for a list of documents", "properties": { "data": { "type": "array", "description": "Array of documents" } } }