Properties
| Name | Type | Description |
|---|---|---|
| action | stringnull | |
| ref | stringnull | |
| ref_type | stringnull | |
| comment | object | |
| issue | object | |
| pull_request | object | |
| repository | object | |
| forkee | object | |
| sender | object | |
| member | object | |
| release | object | |
| head_commit | object | |
| commits | arraynull | |
| forced | booleannull | |
| compare | stringnull | |
| review | object | |
| check_run | object | |
| check_suite | object | |
| discussion | object | |
| answer | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GithubWebhook",
"title": "GithubWebhook",
"type": "object",
"properties": {
"action": {
"type": [
"string",
"null"
],
"maxLength": 152133
},
"ref": {
"type": [
"string",
"null"
],
"maxLength": 152133
},
"ref_type": {
"type": [
"string",
"null"
],
"maxLength": 152133
},
"comment": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubComment"
}
]
},
"issue": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubIssue"
}
]
},
"pull_request": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubIssue"
}
]
},
"repository": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubRepository"
}
]
},
"forkee": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubRepository"
}
]
},
"sender": {
"$ref": "#/components/schemas/GithubUser"
},
"member": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubUser"
}
]
},
"release": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubRelease"
}
]
},
"head_commit": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubCommit"
}
]
},
"commits": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/GithubCommit"
},
"maxItems": 1521
},
"forced": {
"type": [
"boolean",
"null"
]
},
"compare": {
"type": [
"string",
"null"
],
"maxLength": 2048,
"format": "uri"
},
"review": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubReview"
}
]
},
"check_run": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubCheckRun"
}
]
},
"check_suite": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubCheckSuite"
}
]
},
"discussion": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubDiscussion"
}
]
},
"answer": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GithubComment"
}
]
}
},
"required": [
"sender"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/discord-githubwebhook"
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.