1
0
Fork 0

Fix: Add type field to schema for inline-package

pull/7172/head
Andreas Möller 2018-03-07 23:05:37 +01:00
parent 4d8b9be5b6
commit b85c6a1ca5
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F
1 changed files with 1 additions and 0 deletions

View File

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