1
0
Fork 0

Merge pull request #7172 from localheinz/fix/type

Fix: Add type field to schema for inline-package
pull/7228/merge
Jordi Boggiano 2018-04-12 16:03:32 +02:00 committed by GitHub
commit ba667a88b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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