{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateDocumentRequest", "type": "object", "description": "Request body for creating a new document. Only the title is used.", "properties": { "title": { "type": "string", "description": "The title of the document to create." } } }