hapi-ending icon indicating copy to clipboard operation
hapi-ending copied to clipboard

Support for response schema

Open chimon2000 opened this issue 5 years ago • 2 comments

When attempting to define a response schema, no documentation is displayed.

Example:

    response: {
      schema: Joi.object({
        param: Joi.string(),
      }),
    }

chimon2000 avatar Oct 18 '18 03:10 chimon2000