/** * * * */ export default { schema: { body: { username: { type: 'string' }, password: { type: 'string' } } } }