Version
Description
Defines an API version, under which version-specific components like DTOs and Routers are organized.
Definition Schema
The definition for a version
component expects the following structure:
Not applicable or no DTO schema found.
Naming and Location Conventions
Directory Name: snake_case (e.g., 'version_name'). Defines structure at/under app/api/${version}
.
Example Definition
No example available.