Remove duplicate field in schemas

This commit is contained in:
grossmj 2022-12-30 09:04:13 +08:00
parent 8e7e33f0f8
commit ad7134e834
4 changed files with 0 additions and 4 deletions

View File

@ -347,7 +347,6 @@
"md5sum": { "md5sum": {
"type": "string", "type": "string",
"title": "md5sum of the file", "title": "md5sum of the file",
"type": "string",
"pattern": "^[a-f0-9]{32}$" "pattern": "^[a-f0-9]{32}$"
}, },
"filesize": { "filesize": {

View File

@ -349,7 +349,6 @@
"md5sum": { "md5sum": {
"type": "string", "type": "string",
"title": "md5sum of the file", "title": "md5sum of the file",
"type": "string",
"pattern": "^[a-f0-9]{32}$" "pattern": "^[a-f0-9]{32}$"
}, },
"filesize": { "filesize": {

View File

@ -349,7 +349,6 @@
"md5sum": { "md5sum": {
"type": "string", "type": "string",
"title": "md5sum of the file", "title": "md5sum of the file",
"type": "string",
"pattern": "^[a-f0-9]{32}$" "pattern": "^[a-f0-9]{32}$"
}, },
"filesize": { "filesize": {

View File

@ -400,7 +400,6 @@
"md5sum": { "md5sum": {
"type": "string", "type": "string",
"title": "md5sum of the file", "title": "md5sum of the file",
"type": "string",
"pattern": "^[a-f0-9]{32}$" "pattern": "^[a-f0-9]{32}$"
}, },
"filesize": { "filesize": {