{
  "type": "object",
  "properties": {
    "role": {
      "type": "string",
      "description": "The role to give the user in the organization. Can be one of:  \n * `admin` - The user will become an owner of the organization.  \n * `member` - The user will become a non-owner member of the organization.",
      "enum": [
        "admin",
        "member"
      ],
      "default": "member"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}