List of Prisma schema model names required for implementing endpoints in this group.
This field pre-identifies all database models that are relevant to this endpoint group, reducing the cognitive load on the endpoint generation agent and enabling more comprehensive endpoint coverage.
The AI analyzes requirements during group definition phase to determine which Prisma models are needed for complete API functionality within this group's domain.
Selection Guidelines:
What NOT to Include:
Comprehensive description of the API endpoint group's scope and purpose.
The description must include:
Descriptions should be 100-2000 characters and focus on concrete schema elements rather than abstract business concepts.
Name identifier for the API endpoint group.
This name must be derived from the Prisma schema structure following these priorities:
namespace Shopping → "Shopping")shopping.prisma → "Shopping")shopping_* tables → "Shopping")Names should use PascalCase format and range from 3-50 characters. Examples: "Shopping", "BBS", "UserManagement", "PaymentProcessing"
Interface representing a logical grouping of API endpoints based on Prisma schema structure.
This interface defines organizational units used by the Interface agent to manage API endpoint generation for large-scale projects. Each group represents a cohesive collection of database entities and their associated API operations, derived directly from the Prisma schema organization rather than arbitrary business domains.
Groups serve as the foundational organizing principle for:
The group structure must strictly follow Prisma schema organization patterns such as namespaces, file boundaries, or table prefix conventions to ensure consistency between the data model and API design.
Author
Samchon