{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Schema API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Schema", "type": "folder" }, "items": [ { "info": { "name": "Get OAS schema.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/api/schema", "params": [ { "name": "oasVersion", "value": "3.0.3", "type": "query", "description": "The OAS version." } ] }, "docs": "Get OAS schema." }, { "info": { "name": "Tyk Get Oas Schema.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/tyk/schema", "params": [ { "name": "oasVersion", "value": "3.0.3", "type": "query", "description": "The OAS version to fetch." } ] }, "docs": "Get OAS schema definition using a version." } ] } ], "bundled": true }