1
0
Fork 0

Fix the validation of required properties for inline packages

pull/6024/head
Christophe Coevoet 2017-01-02 12:18:08 +01:00
parent 321361a37b
commit 8cc1859492
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"]
}
}
}