aboutsummaryrefslogtreecommitdiff
path: root/spdx/v2_1/document.go
diff options
context:
space:
mode:
Diffstat (limited to 'spdx/v2_1/document.go')
-rw-r--r--spdx/v2_1/document.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spdx/v2_1/document.go b/spdx/v2_1/document.go
index 9721463..21533a0 100644
--- a/spdx/v2_1/document.go
+++ b/spdx/v2_1/document.go
@@ -61,5 +61,5 @@ type Document struct {
Snippets []Snippet `json:"snippets"`
// DEPRECATED in version 2.0 of spec
- Reviews []*Review
+ Reviews []*Review `json:"-"`
}