{
  "type": "object",
  "properties": {
    "permission": {
      "type": "string",
      "description": "The permission to grant the team on this repository. If no permission is specified, the team's `permission` attribute will be used to determine what permission to grant the team on this repository.",
      "enum": [
        "pull",
        "push",
        "admin"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}