Skip to content

Commit b83bc52

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 5c75267 commit b83bc52

2 files changed

Lines changed: 305 additions & 0 deletions

File tree

descriptions/api.github.com/api.github.com.json

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83809,6 +83809,186 @@
8380983809
"node_id"
8381083810
]
8381183811
},
83812+
"webhook-dependabot-alert-created": {
83813+
"title": "Dependabot alert created event",
83814+
"type": "object",
83815+
"properties": {
83816+
"action": {
83817+
"type": "string",
83818+
"enum": [
83819+
"created"
83820+
]
83821+
},
83822+
"alert": {
83823+
"$ref": "#/components/schemas/dependabot-alert"
83824+
},
83825+
"installation": {
83826+
"$ref": "#/components/schemas/simple-installation"
83827+
},
83828+
"organization": {
83829+
"$ref": "#/components/schemas/organization-simple"
83830+
},
83831+
"enterprise": {
83832+
"$ref": "#/components/schemas/enterprise"
83833+
},
83834+
"repository": {
83835+
"$ref": "#/components/schemas/repository"
83836+
},
83837+
"sender": {
83838+
"$ref": "#/components/schemas/simple-user"
83839+
}
83840+
},
83841+
"required": [
83842+
"action",
83843+
"alert",
83844+
"repository",
83845+
"sender"
83846+
]
83847+
},
83848+
"webhook-dependabot-alert-dismissed": {
83849+
"title": "Dependabot alert dismissed event",
83850+
"type": "object",
83851+
"properties": {
83852+
"action": {
83853+
"type": "string",
83854+
"enum": [
83855+
"dismissed"
83856+
]
83857+
},
83858+
"alert": {
83859+
"$ref": "#/components/schemas/dependabot-alert"
83860+
},
83861+
"installation": {
83862+
"$ref": "#/components/schemas/simple-installation"
83863+
},
83864+
"organization": {
83865+
"$ref": "#/components/schemas/organization-simple"
83866+
},
83867+
"enterprise": {
83868+
"$ref": "#/components/schemas/enterprise"
83869+
},
83870+
"repository": {
83871+
"$ref": "#/components/schemas/repository"
83872+
},
83873+
"sender": {
83874+
"$ref": "#/components/schemas/simple-user"
83875+
}
83876+
},
83877+
"required": [
83878+
"action",
83879+
"alert",
83880+
"repository",
83881+
"sender"
83882+
]
83883+
},
83884+
"webhook-dependabot-alert-fixed": {
83885+
"title": "Dependabot alert fixed event",
83886+
"type": "object",
83887+
"properties": {
83888+
"action": {
83889+
"type": "string",
83890+
"enum": [
83891+
"fixed"
83892+
]
83893+
},
83894+
"alert": {
83895+
"$ref": "#/components/schemas/dependabot-alert"
83896+
},
83897+
"installation": {
83898+
"$ref": "#/components/schemas/simple-installation"
83899+
},
83900+
"organization": {
83901+
"$ref": "#/components/schemas/organization-simple"
83902+
},
83903+
"enterprise": {
83904+
"$ref": "#/components/schemas/enterprise"
83905+
},
83906+
"repository": {
83907+
"$ref": "#/components/schemas/repository"
83908+
},
83909+
"sender": {
83910+
"$ref": "#/components/schemas/simple-user"
83911+
}
83912+
},
83913+
"required": [
83914+
"action",
83915+
"alert",
83916+
"repository",
83917+
"sender"
83918+
]
83919+
},
83920+
"webhook-dependabot-alert-reintroduced": {
83921+
"title": "Dependabot alert reintroduced event",
83922+
"type": "object",
83923+
"properties": {
83924+
"action": {
83925+
"type": "string",
83926+
"enum": [
83927+
"reintroduced"
83928+
]
83929+
},
83930+
"alert": {
83931+
"$ref": "#/components/schemas/dependabot-alert"
83932+
},
83933+
"installation": {
83934+
"$ref": "#/components/schemas/simple-installation"
83935+
},
83936+
"organization": {
83937+
"$ref": "#/components/schemas/organization-simple"
83938+
},
83939+
"enterprise": {
83940+
"$ref": "#/components/schemas/enterprise"
83941+
},
83942+
"repository": {
83943+
"$ref": "#/components/schemas/repository"
83944+
},
83945+
"sender": {
83946+
"$ref": "#/components/schemas/simple-user"
83947+
}
83948+
},
83949+
"required": [
83950+
"action",
83951+
"alert",
83952+
"repository",
83953+
"sender"
83954+
]
83955+
},
83956+
"webhook-dependabot-alert-reopened": {
83957+
"title": "Dependabot alert reopened event",
83958+
"type": "object",
83959+
"properties": {
83960+
"action": {
83961+
"type": "string",
83962+
"enum": [
83963+
"reopened"
83964+
]
83965+
},
83966+
"alert": {
83967+
"$ref": "#/components/schemas/dependabot-alert"
83968+
},
83969+
"installation": {
83970+
"$ref": "#/components/schemas/simple-installation"
83971+
},
83972+
"organization": {
83973+
"$ref": "#/components/schemas/organization-simple"
83974+
},
83975+
"enterprise": {
83976+
"$ref": "#/components/schemas/enterprise"
83977+
},
83978+
"repository": {
83979+
"$ref": "#/components/schemas/repository"
83980+
},
83981+
"sender": {
83982+
"$ref": "#/components/schemas/simple-user"
83983+
}
83984+
},
83985+
"required": [
83986+
"action",
83987+
"alert",
83988+
"repository",
83989+
"sender"
83990+
]
83991+
},
8381283992
"webhook-merge-group-checks-requested": {
8381383993
"type": "object",
8381483994
"properties": {

descriptions/api.github.com/api.github.com.yaml

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61822,6 +61822,131 @@ components:
6182261822
required:
6182361823
- id
6182461824
- node_id
61825+
webhook-dependabot-alert-created:
61826+
title: Dependabot alert created event
61827+
type: object
61828+
properties:
61829+
action:
61830+
type: string
61831+
enum:
61832+
- created
61833+
alert:
61834+
"$ref": "#/components/schemas/dependabot-alert"
61835+
installation:
61836+
"$ref": "#/components/schemas/simple-installation"
61837+
organization:
61838+
"$ref": "#/components/schemas/organization-simple"
61839+
enterprise:
61840+
"$ref": "#/components/schemas/enterprise"
61841+
repository:
61842+
"$ref": "#/components/schemas/repository"
61843+
sender:
61844+
"$ref": "#/components/schemas/simple-user"
61845+
required:
61846+
- action
61847+
- alert
61848+
- repository
61849+
- sender
61850+
webhook-dependabot-alert-dismissed:
61851+
title: Dependabot alert dismissed event
61852+
type: object
61853+
properties:
61854+
action:
61855+
type: string
61856+
enum:
61857+
- dismissed
61858+
alert:
61859+
"$ref": "#/components/schemas/dependabot-alert"
61860+
installation:
61861+
"$ref": "#/components/schemas/simple-installation"
61862+
organization:
61863+
"$ref": "#/components/schemas/organization-simple"
61864+
enterprise:
61865+
"$ref": "#/components/schemas/enterprise"
61866+
repository:
61867+
"$ref": "#/components/schemas/repository"
61868+
sender:
61869+
"$ref": "#/components/schemas/simple-user"
61870+
required:
61871+
- action
61872+
- alert
61873+
- repository
61874+
- sender
61875+
webhook-dependabot-alert-fixed:
61876+
title: Dependabot alert fixed event
61877+
type: object
61878+
properties:
61879+
action:
61880+
type: string
61881+
enum:
61882+
- fixed
61883+
alert:
61884+
"$ref": "#/components/schemas/dependabot-alert"
61885+
installation:
61886+
"$ref": "#/components/schemas/simple-installation"
61887+
organization:
61888+
"$ref": "#/components/schemas/organization-simple"
61889+
enterprise:
61890+
"$ref": "#/components/schemas/enterprise"
61891+
repository:
61892+
"$ref": "#/components/schemas/repository"
61893+
sender:
61894+
"$ref": "#/components/schemas/simple-user"
61895+
required:
61896+
- action
61897+
- alert
61898+
- repository
61899+
- sender
61900+
webhook-dependabot-alert-reintroduced:
61901+
title: Dependabot alert reintroduced event
61902+
type: object
61903+
properties:
61904+
action:
61905+
type: string
61906+
enum:
61907+
- reintroduced
61908+
alert:
61909+
"$ref": "#/components/schemas/dependabot-alert"
61910+
installation:
61911+
"$ref": "#/components/schemas/simple-installation"
61912+
organization:
61913+
"$ref": "#/components/schemas/organization-simple"
61914+
enterprise:
61915+
"$ref": "#/components/schemas/enterprise"
61916+
repository:
61917+
"$ref": "#/components/schemas/repository"
61918+
sender:
61919+
"$ref": "#/components/schemas/simple-user"
61920+
required:
61921+
- action
61922+
- alert
61923+
- repository
61924+
- sender
61925+
webhook-dependabot-alert-reopened:
61926+
title: Dependabot alert reopened event
61927+
type: object
61928+
properties:
61929+
action:
61930+
type: string
61931+
enum:
61932+
- reopened
61933+
alert:
61934+
"$ref": "#/components/schemas/dependabot-alert"
61935+
installation:
61936+
"$ref": "#/components/schemas/simple-installation"
61937+
organization:
61938+
"$ref": "#/components/schemas/organization-simple"
61939+
enterprise:
61940+
"$ref": "#/components/schemas/enterprise"
61941+
repository:
61942+
"$ref": "#/components/schemas/repository"
61943+
sender:
61944+
"$ref": "#/components/schemas/simple-user"
61945+
required:
61946+
- action
61947+
- alert
61948+
- repository
61949+
- sender
6182561950
webhook-merge-group-checks-requested:
6182661951
type: object
6182761952
properties:

0 commit comments

Comments
 (0)