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:
parent
fe9fb988c9
commit
275a960e6c
|
|
@ -147,7 +147,7 @@
|
|||
"required": [
|
||||
"bootloader",
|
||||
"kernels",
|
||||
"mirror-region",
|
||||
"mirror-region"
|
||||
],
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue