{ "opencollection": "1.0.0", "info": { "name": "Debian Bug Tracking System Bugs Copyright API", "version": "1.0" }, "items": [ { "info": { "name": "Copyright", "type": "folder" }, "items": [ { "info": { "name": "Look up copyright for a file checksum", "type": "http" }, "http": { "method": "GET", "url": "https://bugs.debian.org/copyright/api/sha256/" }, "docs": "Look up copyright for a file checksum" }, { "info": { "name": "Get copyright for a file path", "type": "http" }, "http": { "method": "GET", "url": "https://bugs.debian.org/copyright/api/file/:package/:version/:path", "params": [ { "name": "package", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "path", "value": "", "type": "path" } ] }, "docs": "Get copyright for a file path" } ] } ], "bundled": true }