@@ -14,13 +14,13 @@ public sealed interface NotificationModelResponseDTO {
1414 /**
1515 * Represents a response DTO for notification models that includes the model's details.
1616 *
17- * @param id the UUID of the notification model
18- * @param uiName the name to display in the UI
19- * @param variableName the name used for variable generation
20- * @param description a description of the notification
21- * @param material the material type of the notification
22- * @param frameType the frame type of the notification
23- * @param title the title of the notification
17+ * @param id the UUID of the notification model
18+ * @param uiName the name to display in the UI
19+ * @param variableName the name used for variable generation
20+ * @param comment a comment of the notification
21+ * @param material the material type of the notification
22+ * @param frameType the frame type of the notification
23+ * @param title the title of the notification
2424 */
2525 @ Schema (
2626 name = "ResponseNotificationModelDTO" ,
@@ -31,7 +31,7 @@ record NotificationModelDTO(
3131 @ Schema (description = "The id of the model" ) UUID id ,
3232 @ Schema (description = "Model Name for the UI" ) String uiName ,
3333 @ Schema (description = "Variable name for the generation" ) String variableName ,
34- @ Schema (description = "Description of the Notification" ) String description ,
34+ @ Schema (description = "Description of the Notification" ) String comment ,
3535 @ Schema (description = "Material type of the Notification" ) String material ,
3636 @ Schema (description = "Frame type of the Notification" ) String frameType ,
3737 @ Schema (description = "Title of the Notification" ) String title
0 commit comments