{
  "type": "object",
  "properties": {
    "role": {
      "type": "string",
      "description": "The role that this user should have in the team.",
      "enum": [
        "member",
        "maintainer"
      ],
      "default": "member"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}