{
  "algorithm": {
    "parameters": [
      {
        "name": "connection",
        "type": "BirConnection"
      }
    ],
    "statements": [],
    "typeReturn": "BirConnection",
    "variables": []
  },
  "routing": {
    "method": "POST",
    "parameters": [
      {
        "bind": "connection",
        "in": "Body",
        "name": "body",
        "remarks": "BirConnection to be created."
      }
    ],
    "path": "/connection",
    "remarks": "Allows to create a new BirConnection.",
    "responses": []
  }
}