{ "opencollection": "1.0.0", "info": { "name": "Open Connectivity for Tours, Activities, and Attractions OCTO API Specification Availability Products API", "version": "1.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Open Connectivity for Tours, Activities, and Attractions Get Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/octo/products" }, "docs": "Fetch the list of products." }, { "info": { "name": "Open Connectivity for Tours, Activities, and Attractions Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/octo/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The product id" } ] }, "docs": "Fetch the product for the given id." } ] } ], "bundled": true }