FredericHeem/starhackit

View on GitHub
server/src/plugins/users/authentication/schema/verifyEmailCode.json

Summary

Maintainability
Test Coverage
{
    "type": "object",
    "properties": {
        "code": {
            "type": "string",
            "required": true,
            "minLength": 16,
            "maxLength": 16
        }
    }
}