{
 "openapi": "3.0.2",
 "info": {
  "title": "adapter-zabbix",
  "version": "1.0.0"
 },
 "paths": {
  "/api_jsonrpc.php": {
   "post": {
    "operationId": "postEntity",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "array"
        }
       }
      }
     }
    }
   }
  }
 },
 "components": {
  "schemas": {}
 }
}