{ "operationId": "starsCreate", "path": "/stars.create", "method": "POST", "summary": "Create a star", "tags": [ "Stars" ], "requestSchema": { "type": "object", "properties": { "documentId": { "type": "string", "format": "uuid" }, "collectionId": { "type": "string", "format": "uuid" }, "index": { "type": "string" } } } }