GitHub · JSON Structure

Github Projects Project Collaborator Permission Structure

Project Collaborator Permission

Type: object Properties: 2 Required: 2
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

project-collaborator-permission is a JSON Structure definition published by GitHub, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

permission user

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-projects-project-collaborator-permission-structure.json",
  "name": "project-collaborator-permission",
  "description": "Project Collaborator Permission",
  "type": "object",
  "properties": {
    "permission": {
      "type": "string",
      "example": "example_value"
    },
    "user": {
      "$ref": "#/components/schemas/nullable-simple-user"
    }
  },
  "required": [
    "permission",
    "user"
  ]
}