{
  "type": "object",
  "properties": {
    "permissions": {
      "type": "string",
      "description": "The permissions that the associated user will have on the repository. Valid values are `read`, `write`, `maintain`, `triage`, and `admin`.",
      "enum": [
        "read",
        "write",
        "maintain",
        "triage",
        "admin"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}