{ "operationId": "collectionsDocuments", "path": "/collections.documents", "method": "POST", "summary": "Retrieve a collections document structure", "tags": [ "Collections" ], "requestSchema": { "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the collection.", "format": "uuid" } }, "required": [ "id" ] } }