Add _comment to schema to make it valid, fixes #5364
parent
d401f6e95c
commit
98b0af1386
|
@ -483,6 +483,10 @@
|
||||||
"abandoned": {
|
"abandoned": {
|
||||||
"type": ["boolean", "string"],
|
"type": ["boolean", "string"],
|
||||||
"description": "Indicates whether this package has been abandoned, it can be boolean or a package name/URL pointing to a recommended alternative. Defaults to false."
|
"description": "Indicates whether this package has been abandoned, it can be boolean or a package name/URL pointing to a recommended alternative. Defaults to false."
|
||||||
|
},
|
||||||
|
"_comment": {
|
||||||
|
"type": ["array", "string"],
|
||||||
|
"description": "A key to store comments in"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue