We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f776a commit 6b560d8Copy full SHA for 6b560d8
dev/api/models/signature.go
@@ -194,9 +194,6 @@ func (obj *Signature) Validate() error {
194
if obj.IsValid == nil {
195
return errors.New("Property IsValid in Signature is required.")
196
}
197
- if obj.SignatureType == nil {
198
- return errors.New("Property SignatureType in Signature is required.")
199
- }
200
if obj.SignTime == nil {
201
return errors.New("Property SignTime in Signature is required.")
202
0 commit comments