Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 62 additions & 52 deletions api/provenancev2/scanoss-provenance.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions protobuf/scanoss/api/provenance/v2/scanoss-provenance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ message ProvenanceResponse {
message Purls {
string purl = 1;
string version = 2;
repeated DeclaredLocation declared_locations = 3;
repeated CuratedLocation curated_locations = 4;

int32 contributors = 3;
repeated DeclaredLocation declared_locations = 4;
repeated CuratedLocation curated_locations = 5;
}

// Provenance details
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@
"version": {
"type": "string"
},
"contributors": {
"type": "integer",
"format": "int32"
},
"declared_locations": {
"type": "array",
"items": {
Expand Down