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