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