{ "opencollection": "1.0.0", "info": { "name": "Alation Data Catalog Aggregated Context Schemas API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Schemas", "type": "folder" }, "items": [ { "info": { "name": "List schemas", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/schema/", "params": [ { "name": "ds_id", "value": "", "type": "query", "description": "Data source ID to filter schemas" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Returns schemas for a given data source." }, { "info": { "name": "Get a schema", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/schema/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific schema." } ] } ], "bundled": true }