GitHub · JSON Structure

Github Projects Team Project Structure

A team's access to a project.

Type: object Properties: 16 Required: 14
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Properties

owner_url url html_url columns_url id node_id name body number state creator created_at updated_at organization_permission private permissions

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-team-project-structure.json",
  "name": "team-project",
  "description": "A team's access to a project.",
  "type": "object",
  "properties": {
    "owner_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "html_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "columns_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "id": {
      "type": "int32",
      "example": 42
    },
    "node_id": {
      "type": "string",
      "example": "12345678"
    },
    "name": {
      "type": "string",
      "example": "octocat"
    },
    "body": {
      "type": "string",
      "nullable": true,
      "example": "Example body text"
    },
    "number": {
      "type": "int32",
      "example": 42
    },
    "state": {
      "type": "string",
      "example": "open"
    },
    "creator": {
      "$ref": "#/components/schemas/simple-user"
    },
    "created_at": {
      "type": "string",
      "example": "2026-04-17T12:00:00Z"
    },
    "updated_at": {
      "type": "string",
      "example": "2026-04-17T12:00:00Z"
    },
    "organization_permission": {
      "description": "The organization permission for this project. Only present when owner is an organization.",
      "type": "string",
      "example": "example_value"
    },
    "private": {
      "description": "Whether the project is private or not. Only present when owner is an organization.",
      "type": "boolean",
      "example": true
    },
    "permissions": {
      "type": "object",
      "properties": {
        "read": {
          "type": "boolean"
        },
        "write": {
          "type": "boolean"
        },
        "admin": {
          "type": "boolean"
        }
      },
      "required": [
        "read",
        "write",
        "admin"
      ]
    }
  },
  "required": [
    "owner_url",
    "url",
    "html_url",
    "columns_url",
    "id",
    "node_id",
    "name",
    "body",
    "number",
    "state",
    "creator",
    "created_at",
    "updated_at",
    "permissions"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/github-projects-team-project-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.