{ "opencollection": "1.0.0", "info": { "name": "OpenStack API (OpenInfra Foundation) Auth Users API", "version": "1.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List projects for a specific user", "type": "http" }, "http": { "method": "GET", "url": "https://example.openstack.local/v3/users/:user_id/projects", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "List projects for a specific user" } ] } ], "bundled": true }