{ "opencollection": "1.0.0", "info": { "name": "THANOSQL api file schema API", "version": "1.0" }, "items": [ { "info": { "name": "schema", "type": "folder" }, "items": [ { "info": { "name": "Get Schemas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/schema/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets all the schemas from the database.\n\nReturns\n-------\nA SchemasResponse Pydantic object containing a List of\nTable Schema objects." }, { "info": { "name": "Create Schema", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/schema/:schema", "params": [ { "name": "schema", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create Schema" } ] } ], "bundled": true }