hapi-ending
hapi-ending copied to clipboard
Support for response schema
When attempting to define a response schema, no documentation is displayed.
Example:
response: {
schema: Joi.object({
param: Joi.string(),
}),
}
Thanks - I'll look at adding this as soon as I get a chance!
+1