{
  "version": 1,
  "style": "unit",
  "description": "must have a method of allowing the driver to check in a connection",
  "operations": [
    {
      "name": "ready"
    },
    {
      "name": "checkOut",
      "label": "conn"
    },
    {
      "name": "checkIn",
      "connection": "conn"
    }
  ],
  "events": [
    {
      "type": "ConnectionCheckedIn",
      "connectionId": 42,
      "address": 42
    }
  ],
  "ignore": [
    "ConnectionPoolCreated",
    "ConnectionPoolReady",
    "ConnectionCreated",
    "ConnectionReady",
    "ConnectionClosed",
    "ConnectionCheckOutStarted",
    "ConnectionCheckedOut"
  ]
}