/** * @schema StoreCartResponse * type: object * description: The cart's details. * x-schemaName: StoreCartResponse * required: * - cart * properties: * cart: * $ref: "#/components/schemas/StoreCart" * */