Skip to content

Commit 0a462e3

Browse files
Update OpenAPI 3.0 Descriptions
1 parent bd20ee6 commit 0a462e3

16 files changed

+824
-0
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98075,6 +98075,17 @@
9807598075
"development",
9807698076
"runtime"
9807798077
]
98078+
},
98079+
"relationship": {
98080+
"type": "string",
98081+
"description": "The vulnerable dependency's relationship to your project.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.\n",
98082+
"readOnly": true,
98083+
"nullable": true,
98084+
"enum": [
98085+
"unknown",
98086+
"direct",
98087+
"transitive"
98088+
]
9807898089
}
9807998090
}
9808098091
},
@@ -117396,6 +117407,17 @@
117396117407
"development",
117397117408
"runtime"
117398117409
]
117410+
},
117411+
"relationship": {
117412+
"type": "string",
117413+
"description": "The vulnerable dependency's relationship to your project.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.\n",
117414+
"readOnly": true,
117415+
"nullable": true,
117416+
"enum": [
117417+
"unknown",
117418+
"direct",
117419+
"transitive"
117420+
]
117399117421
}
117400117422
}
117401117423
},

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71367,6 +71367,19 @@ components:
7136771367
enum:
7136871368
- development
7136971369
- runtime
71370+
relationship:
71371+
type: string
71372+
description: |
71373+
The vulnerable dependency's relationship to your project.
71374+
71375+
> [!NOTE]
71376+
> We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems.
71377+
readOnly: true
71378+
nullable: true
71379+
enum:
71380+
- unknown
71381+
- direct
71382+
- transitive
7137071383
security_advisory:
7137171384
"$ref": "#/components/schemas/dependabot-alert-security-advisory"
7137271385
security_vulnerability:
@@ -86515,6 +86528,19 @@ components:
8651586528
enum:
8651686529
- development
8651786530
- runtime
86531+
relationship:
86532+
type: string
86533+
description: |
86534+
The vulnerable dependency's relationship to your project.
86535+
86536+
> [!NOTE]
86537+
> We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems.
86538+
readOnly: true
86539+
nullable: true
86540+
enum:
86541+
- unknown
86542+
- direct
86543+
- transitive
8651886544
security_advisory:
8651986545
"$ref": "#/components/schemas/dependabot-alert-security-advisory"
8652086546
security_vulnerability:

0 commit comments

Comments
 (0)