{ "opencollection": "1.0.0", "info": { "name": "BigchainDB HTTP Assets Metadata API", "version": "v1" }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Search metadata", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:9984/api/v1/metadata", "params": [ { "name": "search", "value": "", "type": "query", "description": "The text to search for in metadata." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "Full-text search over transaction metadata objects." } ] } ], "bundled": true }