You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Where the dependency is utilized. `development` means that the dependency is only utilized in the development environment. `runtime` means that the dependency is utilized at runtime and in the development environment.",
Copy file name to clipboardExpand all lines: descriptions/api.github.com/dereferenced/api.github.com.deref.json
+11-41Lines changed: 11 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -241974,6 +241974,15 @@
241974
241974
"advisory_url"
241975
241975
]
241976
241976
}
241977
+
},
241978
+
"scope": {
241979
+
"description": "Where the dependency is utilized. `development` means that the dependency is only utilized in the development environment. `runtime` means that the dependency is utilized at runtime and in the development environment.",
241980
+
"type": "string",
241981
+
"enum": [
241982
+
"unknown",
241983
+
"runtime",
241984
+
"development"
241985
+
]
241977
241986
}
241978
241987
},
241979
241988
"required": [
@@ -241985,7 +241994,8 @@
241985
241994
"package_url",
241986
241995
"license",
241987
241996
"source_repository_url",
241988
-
"vulnerabilities"
241997
+
"vulnerabilities",
241998
+
"scope"
241989
241999
]
241990
242000
}
241991
242001
},
@@ -263058,18 +263068,10 @@
263058
263068
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
263059
263069
"example": "\"json\""
263060
263070
},
263061
-
"digest": {
263062
-
"type": "string",
263063
-
"example": "\"sha256\""
263064
-
},
263065
263071
"secret": {
263066
263072
"type": "string",
263067
263073
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).",
263068
263074
"example": "\"********\""
263069
-
},
263070
-
"token": {
263071
-
"type": "string",
263072
-
"example": "\"abc\""
263073
263075
}
263074
263076
}
263075
263077
},
@@ -263294,14 +263296,6 @@
263294
263296
"type": "number"
263295
263297
}
263296
263298
]
263297
-
},
263298
-
"token": {
263299
-
"type": "string",
263300
-
"example": "\"abc\""
263301
-
},
263302
-
"digest": {
263303
-
"type": "string",
263304
-
"example": "\"sha256\""
263305
263299
}
263306
263300
}
263307
263301
},
@@ -263424,18 +263418,10 @@
263424
263418
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
263425
263419
"example": "\"json\""
263426
263420
},
263427
-
"digest": {
263428
-
"type": "string",
263429
-
"example": "\"sha256\""
263430
-
},
263431
263421
"secret": {
263432
263422
"type": "string",
263433
263423
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).",
263434
263424
"example": "\"********\""
263435
-
},
263436
-
"token": {
263437
-
"type": "string",
263438
-
"example": "\"abc\""
263439
263425
}
263440
263426
}
263441
263427
},
@@ -263801,18 +263787,10 @@
263801
263787
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
263802
263788
"example": "\"json\""
263803
263789
},
263804
-
"digest": {
263805
-
"type": "string",
263806
-
"example": "\"sha256\""
263807
-
},
263808
263790
"secret": {
263809
263791
"type": "string",
263810
263792
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).",
263811
263793
"example": "\"********\""
263812
-
},
263813
-
"token": {
263814
-
"type": "string",
263815
-
"example": "\"abc\""
263816
263794
}
263817
263795
}
263818
263796
},
@@ -264169,18 +264147,10 @@
264169
264147
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
264170
264148
"example": "\"json\""
264171
264149
},
264172
-
"digest": {
264173
-
"type": "string",
264174
-
"example": "\"sha256\""
264175
-
},
264176
264150
"secret": {
264177
264151
"type": "string",
264178
264152
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).",
Copy file name to clipboardExpand all lines: descriptions/ghec/dereferenced/ghec.deref.json
+11-41Lines changed: 11 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -245996,6 +245996,15 @@
245996
245996
"advisory_url"
245997
245997
]
245998
245998
}
245999
+
},
246000
+
"scope": {
246001
+
"description": "Where the dependency is utilized. `development` means that the dependency is only utilized in the development environment. `runtime` means that the dependency is utilized at runtime and in the development environment.",
246002
+
"type": "string",
246003
+
"enum": [
246004
+
"unknown",
246005
+
"runtime",
246006
+
"development"
246007
+
]
245999
246008
}
246000
246009
},
246001
246010
"required": [
@@ -246007,7 +246016,8 @@
246007
246016
"package_url",
246008
246017
"license",
246009
246018
"source_repository_url",
246010
-
"vulnerabilities"
246019
+
"vulnerabilities",
246020
+
"scope"
246011
246021
]
246012
246022
}
246013
246023
},
@@ -267080,18 +267090,10 @@
267080
267090
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
267081
267091
"example": "\"json\""
267082
267092
},
267083
-
"digest": {
267084
-
"type": "string",
267085
-
"example": "\"sha256\""
267086
-
},
267087
267093
"secret": {
267088
267094
"type": "string",
267089
267095
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#delivery-headers).",
267090
267096
"example": "\"********\""
267091
-
},
267092
-
"token": {
267093
-
"type": "string",
267094
-
"example": "\"abc\""
267095
267097
}
267096
267098
}
267097
267099
},
@@ -267316,14 +267318,6 @@
267316
267318
"type": "number"
267317
267319
}
267318
267320
]
267319
-
},
267320
-
"token": {
267321
-
"type": "string",
267322
-
"example": "\"abc\""
267323
-
},
267324
-
"digest": {
267325
-
"type": "string",
267326
-
"example": "\"sha256\""
267327
267321
}
267328
267322
}
267329
267323
},
@@ -267446,18 +267440,10 @@
267446
267440
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
267447
267441
"example": "\"json\""
267448
267442
},
267449
-
"digest": {
267450
-
"type": "string",
267451
-
"example": "\"sha256\""
267452
-
},
267453
267443
"secret": {
267454
267444
"type": "string",
267455
267445
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#delivery-headers).",
267456
267446
"example": "\"********\""
267457
-
},
267458
-
"token": {
267459
-
"type": "string",
267460
-
"example": "\"abc\""
267461
267447
}
267462
267448
}
267463
267449
},
@@ -267823,18 +267809,10 @@
267823
267809
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
267824
267810
"example": "\"json\""
267825
267811
},
267826
-
"digest": {
267827
-
"type": "string",
267828
-
"example": "\"sha256\""
267829
-
},
267830
267812
"secret": {
267831
267813
"type": "string",
267832
267814
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#delivery-headers).",
267833
267815
"example": "\"********\""
267834
-
},
267835
-
"token": {
267836
-
"type": "string",
267837
-
"example": "\"abc\""
267838
267816
}
267839
267817
}
267840
267818
},
@@ -268191,18 +268169,10 @@
268191
268169
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
268192
268170
"example": "\"json\""
268193
268171
},
268194
-
"digest": {
268195
-
"type": "string",
268196
-
"example": "\"sha256\""
268197
-
},
268198
268172
"secret": {
268199
268173
"type": "string",
268200
268174
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#delivery-headers).",
0 commit comments