a
    xuh                     @   s(   d dl mZmZmZ G dd deZdS )    )Schemafieldsvalidatec                   @   s<   e Zd ZdZejdejddejddddgd	d
idZ	dS )EmailSchemazb
    Schema for an email address.

    Attributes:
        email (str): User's email address.
    TzInvalid email format)error   d   z*Email must be between 5 and 100 characters)minmaxr   requiredzEmail is required.)r   r   error_messagesN)
__name__
__module____qualname____doc__r   Stringr   EmailLengthemail r   r   /app/app/schema/email.pyr      s   
r   N)marshmallowr   r   r   r   r   r   r   r   <module>   s   