1
0
Fork 0

Add _comment to schema to make it valid, fixes #5364

pull/5383/head
Jordi Boggiano 2016-05-24 10:47:44 +01:00
parent d401f6e95c
commit 98b0af1386
1 changed files with 4 additions and 0 deletions

View File

@ -483,6 +483,10 @@
"abandoned": {
"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."
},
"_comment": {
"type": ["array", "string"],
"description": "A key to store comments in"
}
}
}