{ "operationId": "commentsInfo", "path": "/comments.info", "method": "POST", "summary": "Retrieve a comment", "tags": [ "Comments" ], "requestSchema": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "includeAnchorText": { "type": "boolean", "description": "Include the document text that the comment is anchored to, if any, in the response." } }, "required": [ "id" ] } }