AppSpecification
Represents the specification of a SthaliCRUD application.
Attributes:
resources (List[ResourceSpecification]): The list of resource specifications.
dependencies (list[typing.Any]): The dependencies of the application. Default is None.
description (str): The description of the application. Default value is "A FastAPI package for CRUD
operations".
summary (str | None): The summary of the application. Default value is None.
title (str): The title of the application. Default value is "SthaliCRUD".
version (str): The version of the application. Default value is "0.1.0".