{
  "type": "object",
  "properties": {
    "permission": {
      "type": "string",
      "description": "The permission to grant the collaborator. **Only valid on organization-owned repositories.** We accept the following permissions to be set: `pull`, `triage`, `push`, `maintain`, `admin` and you can also specify a custom repository role name, if the owning organization has defined any.",
      "default": "push"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}