We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826aaf7 commit 791a782Copy full SHA for 791a782
index.js
@@ -75,7 +75,7 @@ const baseSchema = Joi.object().keys({
75
issues: Joi.number().required(),
76
errors: [Joi.array(), null],
77
output: Joi.array().required(),
78
- rawOutput: Joi.string().required()
+ rawOutput: [Joi.string().required(), Joi.object().required()]
79
});
80
81
/* data loading */
0 commit comments