deepakpant
Initial commit
a5883c9
raw
history blame contribute delete
399 Bytes
"""
This module defines the data models used for API request and response handling.
Components:
- Request Models: Defines the structure and validation rules for incoming API requests.
- Response Models: Specifies the format and schema for outgoing API responses.
Purpose:
- Ensures consistent data validation and serialization across the application, adhering to defined schemas.
"""