mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Dissallow upper case MD5
Ref https://github.com/GNS3/gns3-gui/issues/1311
This commit is contained in:
parent
72376247ad
commit
929d1a47c9
@ -339,8 +339,9 @@
|
||||
},
|
||||
"md5sum": {
|
||||
"type": "string",
|
||||
"format": "md5",
|
||||
"title": "md5sum of the file"
|
||||
"title": "md5sum of the file",
|
||||
"type": "string",
|
||||
"pattern": "^[a-f0-9]{32}$"
|
||||
},
|
||||
"filesize": {
|
||||
"type": "integer",
|
||||
|
Loading…
Reference in New Issue
Block a user