{ "opencollection": "1.0.0", "info": { "name": "DMI Backend actions ontology-query API", "version": "0.1.0" }, "items": [ { "info": { "name": "ontology-query", "type": "folder" }, "items": [ { "info": { "name": "Query Entities", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/ontology/query", "body": { "type": "json", "data": "{}" } }, "docs": "Execute a natural language query over the entity ontology." } ] } ], "bundled": true }