We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db93dc4 commit f32f817Copy full SHA for f32f817
openapi.json
@@ -5289,9 +5289,15 @@
5289
"type": "string",
5290
"description": "",
5291
"default": ""
5292
+ },
5293
+ "licenseScanResult": {
5294
+ "type": "object",
5295
+ "description": "",
5296
+ "default": null
5297
}
5298
},
5299
"required": [
5300
+ "licenseScanResult",
5301
"spdxDisj"
5302
]
5303
types/api.d.ts
@@ -1779,6 +1779,8 @@ export interface components {
1779
props: {
1780
/** @default */
1781
spdxDisj: string;
1782
+ /** @default null */
1783
+ licenseScanResult: Record<string, never>;
1784
};
1785
usage?: components["schemas"]["SocketUsageRef"];
1786
0 commit comments