1
0
Fork 0

Merge pull request #6024 from stof/fix_package_type

Fix the validation of required properties for inline packages
pull/6025/head
Jordi Boggiano 2017-01-02 12:24:27 +01:00 committed by GitHub
commit f824b188f5
1 changed files with 2 additions and 7 deletions

View File

@ -662,13 +662,8 @@
}
},
"inline-package": {
"type": "object",
"oneOf": [
{ "$ref": "#" },
{
"required": ["name", "version"]
}
]
"$ref": "#",
"required": ["name", "version"]
}
}
}