Closed fym201 closed 7 years ago
I am also having the problem with any POST request using a schema to validate the payload.
validate: {payload: schema}
I have the same issue, any suggestions?
I just ended up using hapi-swagger instead
Sorry guys for the late response - actually its pretty easy just give your joi model a name (joi.object().meta({className:'CustomTitle'})
) as described here: https://github.com/z0mt3c/hapi-swaggered#features