GitHub · Schema

team-project

A team's access to a project.

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
owner_url string
url string
html_url string
columns_url string
id integer
node_id string
name string
body string
number integer
state string
creator object
created_at string
updated_at string
organization_permission string The organization permission for this project. Only present when owner is an organization.
private boolean Whether the project is private or not. Only present when owner is an organization.
permissions object
View JSON Schema on GitHub

JSON Schema

github-projects-team-project-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-schema/github-projects-team-project-schema.json",
  "title": "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": "integer",
      "example": 42
    },
    "node_id": {
      "type": "string",
      "example": "12345678"
    },
    "name": {
      "type": "string",
      "example": "octocat"
    },
    "body": {
      "type": "string",
      "nullable": true,
      "example": "Example body text"
    },
    "number": {
      "type": "integer",
      "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 Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/github-projects-team-project"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.