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)
This commit is contained in:
Sebas-h 2022-01-27 21:41:13 +01:00 committed by GitHub
parent fe9fb988c9
commit 275a960e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
"required": [
"bootloader",
"kernels",
"mirror-region",
"mirror-region"
],
"anyOf": [
{