Fix the validation of required properties for inline packages
parent
321361a37b
commit
8cc1859492
|
@ -662,13 +662,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inline-package": {
|
"inline-package": {
|
||||||
"type": "object",
|
"$ref": "#",
|
||||||
"oneOf": [
|
"required": ["name", "version"]
|
||||||
{ "$ref": "#" },
|
|
||||||
{
|
|
||||||
"required": ["name", "version"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue