from marshmallow import Schema, fields class RegisterVerifySchema(Schema): verify_link = fields.Str(required=True)