{
  "type": "object",
  "properties": {
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "teamId": {
      "type": "number"
    }
  },
  "required": ["username", "password", "teamId"],
  "additionalProperties": false
}
