Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
authorSebas-h <Sebas-h@users.noreply.github.com>2022-01-27 21:41:13 +0100
committerGitHub <noreply@github.com>2022-01-27 21:41:13 +0100
commit275a960e6cb7163f4f37c4d16a4a62f599046613 (patch)
tree7af8053e094f8be28992a8bc4e486aafccca7e4b /schema.json
parentfe9fb988c9f46fe39058cba48c92fcda5f3a0b2d (diff)
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)
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json2
1 files changed, 1 insertions, 1 deletions
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": [
{