{
  "$id": "agreement.bill",
  "type": "object",
  "required": ["agreement", "username"],
  "properties": {
    "agreement": {
      "type": "string"
    },
    "nextCycle": {
      "type": "integer"
    },
    "username": {
      "type": "string"
    }
  }
}
