ai.aient.instrumentation.pr_merged
Generated from @aient/events. Do not edit this page by hand.
An Aient instrumentation pull request was merged.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Webhook schema for ai.aient.instrumentation.pr_merged
Generated from @aient/events. Do not edit this page by hand.
An Aient instrumentation pull request was merged.
| Field | Value |
|---|---|
| Visibility | Tenant-selectable public event |
| Topic | v1.events.instrumentation |
| Bounded context | instrumentation |
| Source | https://aient.ai/api/organisations/{organisationId} |
| Subject | instrumentation/repositories/{repositoryId}/pull-requests |
| Schema ID | sch_01KREWXD59TKP6P4YZBR6ZSDHA |
| Immutable schema | https://registry.aient.ai/schemas/sch_01KREWXD59TKP6P4YZBR6ZSDHA.json |
| Version alias | https://registry.aient.ai/events/ai.aient.instrumentation.pr_merged/v1.json |
| Field | Required | Type | Enum |
|---|---|---|---|
agentRole | no | string | - |
mergedAt | yes | string | - |
organisationId | yes | string | - |
pullRequestNumber | yes | integer | - |
repositoryFullName | yes | string | - |
repositoryId | yes | string | - |
{
"data": {
"agentRole": "example-agentRole",
"mergedAt": "2026-04-25T12:00:00.000Z",
"organisationId": "11111111-1111-4111-8111-111111111111",
"pullRequestNumber": 1,
"repositoryFullName": "aient/example",
"repositoryId": "repository_example"
},
"datacontenttype": "application/json",
"dataschema": "https://registry.aient.ai/schemas/sch_01KREWXD59TKP6P4YZBR6ZSDHA.json",
"id": "evt_01J8X7AKZP4N6QHF2T1Y3R5VAA",
"organisationid": "11111111-1111-4111-8111-111111111111",
"source": "https://aient.ai/api/organisations/11111111-1111-4111-8111-111111111111",
"specversion": "1.0",
"subject": "instrumentation/repositories/repository_example/pull-requests",
"time": "2026-04-25T12:00:00.000Z",
"type": "ai.aient.instrumentation.pr_merged"
}
Was this page helpful?