{ "opencollection": "1.0.0", "info": { "name": "Yoda core admin schema API", "version": "2.1.0" }, "request": { "auth": { "type": "apikey", "key": "yoda_session", "value": "{{yoda_session}}", "placement": "query" } }, "items": [ { "info": { "name": "schema", "type": "folder" }, "items": [ { "info": { "name": "Retrieve selectable schemas and default schema.\n", "type": "http" }, "http": { "method": "POST", "url": "https://portal.yoda.test/api/schema_get_schemas", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve selectable schemas and default schema.\n" } ] } ], "bundled": true }