Merge pull request #7172 from localheinz/fix/type

Fix: Add type field to schema for inline-package
main
Jordi Boggiano 6 years ago committed by GitHub
commit ba667a88b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -683,6 +683,7 @@
}
},
"inline-package": {
"type": "object",
"required": ["name", "version"],
"properties": {
"name": {

Loading…
Cancel
Save