type: object
properties:
  username:
    type: string
  connections:
    type: array
    items:
      type: object
      properties:
        updated:
          type: string
          format: date
        state:
          type: string
        username:
          type: string
