From 286f7a55ce83393db3046a4b94b1df484da2566a Mon Sep 17 00:00:00 2001 From: Pierre Equoy Date: Tue, 23 Apr 2024 14:21:55 +0800 Subject: [PATCH] Update JSON submission schema --- submission-schema/schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/submission-schema/schema.json b/submission-schema/schema.json index 4134eecfea..29e5aa5eab 100644 --- a/submission-schema/schema.json +++ b/submission-schema/schema.json @@ -622,7 +622,6 @@ "CertificationStatus": { "type": "string", "enum": [ - "unspecified", "non-blocker", "blocker" ], @@ -981,4 +980,4 @@ "title": "SnapPackageType" } } -} \ No newline at end of file +}