GitHub · Schema

team-discussion

A team discussion is a persistent record of a free-form conversation within a team.

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
author object
body string The main text of the discussion.
body_html string
body_version string The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.
comments_count integer
comments_url string
created_at string
last_edited_at string
html_url string
node_id string
number integer The unique sequence number of a team discussion.
pinned boolean Whether or not this discussion should be pinned for easy retrieval.
private boolean Whether or not this discussion should be restricted to team members and organization owners.
team_url string
title string The title of the discussion.
updated_at string
url string
reactions object
View JSON Schema on GitHub

JSON Schema

github-teams-team-discussion-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-teams-team-discussion-schema.json",
  "title": "team-discussion",
  "description": "A team discussion is a persistent record of a free-form conversation within a team.",
  "type": "object",
  "properties": {
    "author": {
      "$ref": "#/components/schemas/nullable-simple-user"
    },
    "body": {
      "description": "The main text of the discussion.",
      "example": "Please suggest improvements to our workflow in comments.",
      "type": "string"
    },
    "body_html": {
      "type": "string",
      "example": "<p>Hi! This is an area for us to collaborate as a team</p>"
    },
    "body_version": {
      "description": "The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.",
      "example": "0307116bbf7ced493b8d8a346c650b71",
      "type": "string"
    },
    "comments_count": {
      "type": "integer",
      "example": 0
    },
    "comments_url": {
      "type": "string",
      "format": "uri",
      "example": "https://api.github.com/organizations/1/team/2343027/discussions/1/comments"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "example": "2018-01-25T18:56:31Z"
    },
    "last_edited_at": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "example": "2026-04-17T12:00:00Z"
    },
    "html_url": {
      "type": "string",
      "format": "uri",
      "example": "https://github.com/orgs/github/teams/justice-league/discussions/1"
    },
    "node_id": {
      "type": "string",
      "example": "MDE0OlRlYW1EaXNjdXNzaW9uMQ=="
    },
    "number": {
      "description": "The unique sequence number of a team discussion.",
      "example": 42,
      "type": "integer"
    },
    "pinned": {
      "description": "Whether or not this discussion should be pinned for easy retrieval.",
      "example": true,
      "type": "boolean"
    },
    "private": {
      "description": "Whether or not this discussion should be restricted to team members and organization owners.",
      "example": true,
      "type": "boolean"
    },
    "team_url": {
      "type": "string",
      "format": "uri",
      "example": "https://api.github.com/organizations/1/team/2343027"
    },
    "title": {
      "description": "The title of the discussion.",
      "example": "How can we improve our workflow?",
      "type": "string"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "example": "2018-01-25T18:56:31Z"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "example": "https://api.github.com/organizations/1/team/2343027/discussions/1"
    },
    "reactions": {
      "$ref": "#/components/schemas/reaction-rollup"
    }
  },
  "required": [
    "author",
    "body",
    "body_html",
    "body_version",
    "comments_count",
    "comments_url",
    "created_at",
    "last_edited_at",
    "html_url",
    "pinned",
    "private",
    "node_id",
    "number",
    "team_url",
    "title",
    "updated_at",
    "url"
  ]
}

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-teams-team-discussion"
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.