Atlassian · Schema

Hook Event

An event, associated with a resource or subject type.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
event string The event identifier.
category string The category this event belongs to.
label string Summary of the webhook event type.
description string More detailed description of the webhook event type.
View JSON Schema on GitHub

JSON Schema

atlassian-hook-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/hook_event",
  "title": "Hook Event",
  "type": "object",
  "description": "An event, associated with a resource or subject type.",
  "properties": {
    "event": {
      "type": "string",
      "description": "The event identifier.",
      "enum": [
        "pullrequest:comment_reopened",
        "pullrequest:approved",
        "issue:comment_created",
        "repo:push",
        "pullrequest:comment_deleted",
        "pullrequest:fulfilled",
        "pullrequest:comment_created",
        "pullrequest:comment_updated",
        "pullrequest:updated",
        "repo:commit_status_created",
        "pullrequest:unapproved",
        "repo:updated",
        "pullrequest:comment_resolved",
        "repo:transfer",
        "repo:commit_status_updated",
        "pullrequest:changes_request_created",
        "issue:updated",
        "repo:created",
        "pullrequest:changes_request_removed",
        "pullrequest:rejected",
        "pullrequest:created",
        "issue:created",
        "repo:imported",
        "repo:commit_comment_created",
        "project:updated",
        "repo:fork",
        "repo:deleted"
      ]
    },
    "category": {
      "type": "string",
      "description": "The category this event belongs to."
    },
    "label": {
      "type": "string",
      "description": "Summary of the webhook event type."
    },
    "description": {
      "type": "string",
      "description": "More detailed description of the webhook event type."
    }
  },
  "additionalProperties": false
}

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/atlassian-hook-event"
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.