aboutsummaryrefslogtreecommitdiff
path: root/spdx/v2_2/document.go
diff options
context:
space:
mode:
Diffstat (limited to 'spdx/v2_2/document.go')
-rw-r--r--spdx/v2_2/document.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spdx/v2_2/document.go b/spdx/v2_2/document.go
index d4d4e50..b09e88f 100644
--- a/spdx/v2_2/document.go
+++ b/spdx/v2_2/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:"-"`
}