{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/KnowledgeBaseListResponse", "title": "KnowledgeBaseListResponse", "type": "object", "properties": { "documents": { "type": "array", "description": "List of knowledge base documents.", "items": { "$ref": "#/components/schemas/KnowledgeBaseDocument" } } } }