From 275a960e6cb7163f4f37c4d16a4a62f599046613 Mon Sep 17 00:00:00 2001 From: Sebas-h Date: Thu, 27 Jan 2022 21:41:13 +0100 Subject: Fix trailing comma in schema.json (#915) (Tried to [generate docs](https://github.com/coveooss/json-schema-for-humans) and noticed the comma preventing that) --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 98a25abd..9731e5f2 100644 --- a/schema.json +++ b/schema.json @@ -147,7 +147,7 @@ "required": [ "bootloader", "kernels", - "mirror-region", + "mirror-region" ], "anyOf": [ { -- cgit v1.2.3-54-g00ecf