We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d88d3 commit 96673caCopy full SHA for 96673ca
x/exp/schema/internal/json/json.go
@@ -119,11 +119,10 @@ type jsonCommonType struct {
119
}
120
121
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"`
+ Type string `json:"type"`
+ Element *jsonType `json:"element,omitempty"`
+ Attributes map[string]jsonAttr `json:"attributes,omitempty"`
+ Name string `json:"name,omitempty"`
127
128
129
type jsonAttr struct {
0 commit comments