Removing allOf placeholder now that schema.allOf support has been added

This commit is contained in:
abhijitkane
2019-05-26 17:31:52 +05:30
parent 4949949266
commit eb95a69882

View File

@@ -185,8 +185,6 @@ module.exports = {
};
}
else {
// @TODO - schema with property allOf.
// following is tmp solution.
return {
type: 'string',
default: 'schema type not provided'