Fix: Add type field to schema for inline-package

main
Andreas Möller 6 years ago
parent 4d8b9be5b6
commit b85c6a1ca5
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F

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

Loading…
Cancel
Save