Skip to content

Commit 599c376

Browse files
authored
Merge pull request #1618 from github/openapi-update-7af1f4db581887a714b61dae4ea21782f962ef02b1390a0d0a55103d4c7b4ebf
Update OpenAPI 3.1 Descriptions
2 parents 382e9ec + aeb42b2 commit 599c376

2 files changed

Lines changed: 305 additions & 0 deletions

File tree

descriptions-next/api.github.com/api.github.com.json

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86592,6 +86592,186 @@
8659286592
"node_id"
8659386593
]
8659486594
},
86595+
"webhook-dependabot-alert-created": {
86596+
"title": "Dependabot alert created event",
86597+
"type": "object",
86598+
"properties": {
86599+
"action": {
86600+
"type": "string",
86601+
"enum": [
86602+
"created"
86603+
]
86604+
},
86605+
"alert": {
86606+
"$ref": "#/components/schemas/dependabot-alert"
86607+
},
86608+
"installation": {
86609+
"$ref": "#/components/schemas/simple-installation"
86610+
},
86611+
"organization": {
86612+
"$ref": "#/components/schemas/organization-simple"
86613+
},
86614+
"enterprise": {
86615+
"$ref": "#/components/schemas/enterprise"
86616+
},
86617+
"repository": {
86618+
"$ref": "#/components/schemas/repository"
86619+
},
86620+
"sender": {
86621+
"$ref": "#/components/schemas/simple-user"
86622+
}
86623+
},
86624+
"required": [
86625+
"action",
86626+
"alert",
86627+
"repository",
86628+
"sender"
86629+
]
86630+
},
86631+
"webhook-dependabot-alert-dismissed": {
86632+
"title": "Dependabot alert dismissed event",
86633+
"type": "object",
86634+
"properties": {
86635+
"action": {
86636+
"type": "string",
86637+
"enum": [
86638+
"dismissed"
86639+
]
86640+
},
86641+
"alert": {
86642+
"$ref": "#/components/schemas/dependabot-alert"
86643+
},
86644+
"installation": {
86645+
"$ref": "#/components/schemas/simple-installation"
86646+
},
86647+
"organization": {
86648+
"$ref": "#/components/schemas/organization-simple"
86649+
},
86650+
"enterprise": {
86651+
"$ref": "#/components/schemas/enterprise"
86652+
},
86653+
"repository": {
86654+
"$ref": "#/components/schemas/repository"
86655+
},
86656+
"sender": {
86657+
"$ref": "#/components/schemas/simple-user"
86658+
}
86659+
},
86660+
"required": [
86661+
"action",
86662+
"alert",
86663+
"repository",
86664+
"sender"
86665+
]
86666+
},
86667+
"webhook-dependabot-alert-fixed": {
86668+
"title": "Dependabot alert fixed event",
86669+
"type": "object",
86670+
"properties": {
86671+
"action": {
86672+
"type": "string",
86673+
"enum": [
86674+
"fixed"
86675+
]
86676+
},
86677+
"alert": {
86678+
"$ref": "#/components/schemas/dependabot-alert"
86679+
},
86680+
"installation": {
86681+
"$ref": "#/components/schemas/simple-installation"
86682+
},
86683+
"organization": {
86684+
"$ref": "#/components/schemas/organization-simple"
86685+
},
86686+
"enterprise": {
86687+
"$ref": "#/components/schemas/enterprise"
86688+
},
86689+
"repository": {
86690+
"$ref": "#/components/schemas/repository"
86691+
},
86692+
"sender": {
86693+
"$ref": "#/components/schemas/simple-user"
86694+
}
86695+
},
86696+
"required": [
86697+
"action",
86698+
"alert",
86699+
"repository",
86700+
"sender"
86701+
]
86702+
},
86703+
"webhook-dependabot-alert-reintroduced": {
86704+
"title": "Dependabot alert reintroduced event",
86705+
"type": "object",
86706+
"properties": {
86707+
"action": {
86708+
"type": "string",
86709+
"enum": [
86710+
"reintroduced"
86711+
]
86712+
},
86713+
"alert": {
86714+
"$ref": "#/components/schemas/dependabot-alert"
86715+
},
86716+
"installation": {
86717+
"$ref": "#/components/schemas/simple-installation"
86718+
},
86719+
"organization": {
86720+
"$ref": "#/components/schemas/organization-simple"
86721+
},
86722+
"enterprise": {
86723+
"$ref": "#/components/schemas/enterprise"
86724+
},
86725+
"repository": {
86726+
"$ref": "#/components/schemas/repository"
86727+
},
86728+
"sender": {
86729+
"$ref": "#/components/schemas/simple-user"
86730+
}
86731+
},
86732+
"required": [
86733+
"action",
86734+
"alert",
86735+
"repository",
86736+
"sender"
86737+
]
86738+
},
86739+
"webhook-dependabot-alert-reopened": {
86740+
"title": "Dependabot alert reopened event",
86741+
"type": "object",
86742+
"properties": {
86743+
"action": {
86744+
"type": "string",
86745+
"enum": [
86746+
"reopened"
86747+
]
86748+
},
86749+
"alert": {
86750+
"$ref": "#/components/schemas/dependabot-alert"
86751+
},
86752+
"installation": {
86753+
"$ref": "#/components/schemas/simple-installation"
86754+
},
86755+
"organization": {
86756+
"$ref": "#/components/schemas/organization-simple"
86757+
},
86758+
"enterprise": {
86759+
"$ref": "#/components/schemas/enterprise"
86760+
},
86761+
"repository": {
86762+
"$ref": "#/components/schemas/repository"
86763+
},
86764+
"sender": {
86765+
"$ref": "#/components/schemas/simple-user"
86766+
}
86767+
},
86768+
"required": [
86769+
"action",
86770+
"alert",
86771+
"repository",
86772+
"sender"
86773+
]
86774+
},
8659586775
"webhook-merge-group-checks-requested": {
8659686776
"type": "object",
8659786777
"properties": {

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62347,6 +62347,131 @@ components:
6234762347
required:
6234862348
- id
6234962349
- node_id
62350+
webhook-dependabot-alert-created:
62351+
title: Dependabot alert created event
62352+
type: object
62353+
properties:
62354+
action:
62355+
type: string
62356+
enum:
62357+
- created
62358+
alert:
62359+
"$ref": "#/components/schemas/dependabot-alert"
62360+
installation:
62361+
"$ref": "#/components/schemas/simple-installation"
62362+
organization:
62363+
"$ref": "#/components/schemas/organization-simple"
62364+
enterprise:
62365+
"$ref": "#/components/schemas/enterprise"
62366+
repository:
62367+
"$ref": "#/components/schemas/repository"
62368+
sender:
62369+
"$ref": "#/components/schemas/simple-user"
62370+
required:
62371+
- action
62372+
- alert
62373+
- repository
62374+
- sender
62375+
webhook-dependabot-alert-dismissed:
62376+
title: Dependabot alert dismissed event
62377+
type: object
62378+
properties:
62379+
action:
62380+
type: string
62381+
enum:
62382+
- dismissed
62383+
alert:
62384+
"$ref": "#/components/schemas/dependabot-alert"
62385+
installation:
62386+
"$ref": "#/components/schemas/simple-installation"
62387+
organization:
62388+
"$ref": "#/components/schemas/organization-simple"
62389+
enterprise:
62390+
"$ref": "#/components/schemas/enterprise"
62391+
repository:
62392+
"$ref": "#/components/schemas/repository"
62393+
sender:
62394+
"$ref": "#/components/schemas/simple-user"
62395+
required:
62396+
- action
62397+
- alert
62398+
- repository
62399+
- sender
62400+
webhook-dependabot-alert-fixed:
62401+
title: Dependabot alert fixed event
62402+
type: object
62403+
properties:
62404+
action:
62405+
type: string
62406+
enum:
62407+
- fixed
62408+
alert:
62409+
"$ref": "#/components/schemas/dependabot-alert"
62410+
installation:
62411+
"$ref": "#/components/schemas/simple-installation"
62412+
organization:
62413+
"$ref": "#/components/schemas/organization-simple"
62414+
enterprise:
62415+
"$ref": "#/components/schemas/enterprise"
62416+
repository:
62417+
"$ref": "#/components/schemas/repository"
62418+
sender:
62419+
"$ref": "#/components/schemas/simple-user"
62420+
required:
62421+
- action
62422+
- alert
62423+
- repository
62424+
- sender
62425+
webhook-dependabot-alert-reintroduced:
62426+
title: Dependabot alert reintroduced event
62427+
type: object
62428+
properties:
62429+
action:
62430+
type: string
62431+
enum:
62432+
- reintroduced
62433+
alert:
62434+
"$ref": "#/components/schemas/dependabot-alert"
62435+
installation:
62436+
"$ref": "#/components/schemas/simple-installation"
62437+
organization:
62438+
"$ref": "#/components/schemas/organization-simple"
62439+
enterprise:
62440+
"$ref": "#/components/schemas/enterprise"
62441+
repository:
62442+
"$ref": "#/components/schemas/repository"
62443+
sender:
62444+
"$ref": "#/components/schemas/simple-user"
62445+
required:
62446+
- action
62447+
- alert
62448+
- repository
62449+
- sender
62450+
webhook-dependabot-alert-reopened:
62451+
title: Dependabot alert reopened event
62452+
type: object
62453+
properties:
62454+
action:
62455+
type: string
62456+
enum:
62457+
- reopened
62458+
alert:
62459+
"$ref": "#/components/schemas/dependabot-alert"
62460+
installation:
62461+
"$ref": "#/components/schemas/simple-installation"
62462+
organization:
62463+
"$ref": "#/components/schemas/organization-simple"
62464+
enterprise:
62465+
"$ref": "#/components/schemas/enterprise"
62466+
repository:
62467+
"$ref": "#/components/schemas/repository"
62468+
sender:
62469+
"$ref": "#/components/schemas/simple-user"
62470+
required:
62471+
- action
62472+
- alert
62473+
- repository
62474+
- sender
6235062475
webhook-merge-group-checks-requested:
6235162476
type: object
6235262477
properties:

0 commit comments

Comments
 (0)