mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
23 lines
No EOL
375 B
JSON
23 lines
No EOL
375 B
JSON
{
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"required": [
|
|
"name",
|
|
"licenseDetail"
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"description": "The name of the dependency"
|
|
},
|
|
"licenseDetail": {
|
|
"type": "array",
|
|
"description": "The complete license text of the dependency",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |