Skip to content

Commit 96673ca

Browse files
committed
x/exp/schema/internal/json: remove unused field
Signed-off-by: Phil Hassey <phil@strongdm.com>
1 parent 22d88d3 commit 96673ca

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

x/exp/schema/internal/json/json.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,10 @@ type jsonCommonType struct {
119119
}
120120

121121
type jsonType struct {
122-
Type string `json:"type"`
123-
Element *jsonType `json:"element,omitempty"`
124-
Attributes map[string]jsonAttr `json:"attributes,omitempty"`
125-
AdditionalAttributes bool `json:"additionalAttributes,omitempty"`
126-
Name string `json:"name,omitempty"`
122+
Type string `json:"type"`
123+
Element *jsonType `json:"element,omitempty"`
124+
Attributes map[string]jsonAttr `json:"attributes,omitempty"`
125+
Name string `json:"name,omitempty"`
127126
}
128127

129128
type jsonAttr struct {

0 commit comments

Comments
 (0)