From ad7134e83488a62c7c624235030e0db7c3f5e7a7 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 30 Dec 2022 09:04:13 +0800 Subject: [PATCH] Remove duplicate field in schemas --- schemas/appliance_v3.json | 1 - schemas/appliance_v4.json | 1 - schemas/appliance_v5.json | 1 - schemas/appliance_v6.json | 1 - 4 files changed, 4 deletions(-) diff --git a/schemas/appliance_v3.json b/schemas/appliance_v3.json index 296825e..962fdce 100644 --- a/schemas/appliance_v3.json +++ b/schemas/appliance_v3.json @@ -347,7 +347,6 @@ "md5sum": { "type": "string", "title": "md5sum of the file", - "type": "string", "pattern": "^[a-f0-9]{32}$" }, "filesize": { diff --git a/schemas/appliance_v4.json b/schemas/appliance_v4.json index c7789d1..98abfb9 100644 --- a/schemas/appliance_v4.json +++ b/schemas/appliance_v4.json @@ -349,7 +349,6 @@ "md5sum": { "type": "string", "title": "md5sum of the file", - "type": "string", "pattern": "^[a-f0-9]{32}$" }, "filesize": { diff --git a/schemas/appliance_v5.json b/schemas/appliance_v5.json index bb1238b..5ed33d0 100644 --- a/schemas/appliance_v5.json +++ b/schemas/appliance_v5.json @@ -349,7 +349,6 @@ "md5sum": { "type": "string", "title": "md5sum of the file", - "type": "string", "pattern": "^[a-f0-9]{32}$" }, "filesize": { diff --git a/schemas/appliance_v6.json b/schemas/appliance_v6.json index a45353a..d31911f 100644 --- a/schemas/appliance_v6.json +++ b/schemas/appliance_v6.json @@ -400,7 +400,6 @@ "md5sum": { "type": "string", "title": "md5sum of the file", - "type": "string", "pattern": "^[a-f0-9]{32}$" }, "filesize": {