We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b63d2 commit fc0190dCopy full SHA for fc0190d
data/types.go
@@ -149,8 +149,8 @@ func (r *Role) AddKeyIDs(ids []string) bool {
149
type Files map[string]FileMeta
150
151
type FileMeta struct {
152
- Length int64 `json:"length",omitempty`
153
- Hashes Hashes `json:"hashes",omitempty`
+ Length int64 `json:"length,omitempty"`
+ Hashes Hashes `json:"hashes,omitempty"`
154
Custom *json.RawMessage `json:"custom,omitempty"`
155
}
156
0 commit comments