{
  "type": "object",
  "required": [
    "usernames"
  ],
  "properties": {
    "usernames": {
      "type": "array",
      "description": "The GitHub user handles to be removed from the team.",
      "items": {
        "type": "string",
        "description": "The handle for the GitHub user account."
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}