From 3c6117552c811a4d2b5a6bea99bf71830c42aae3 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 27 Jan 2025 11:02:09 +0000 Subject: [PATCH] fix(specs): add a linter to assert that type is present (generated) https://github.com/algolia/api-clients-automation/pull/4393 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- Sources/Abtesting/Models/ListABTestsResponse.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Abtesting/Models/ListABTestsResponse.swift b/Sources/Abtesting/Models/ListABTestsResponse.swift index 0bfd6ce7..b164bf94 100644 --- a/Sources/Abtesting/Models/ListABTestsResponse.swift +++ b/Sources/Abtesting/Models/ListABTestsResponse.swift @@ -7,7 +7,7 @@ import Foundation #endif public struct ListABTestsResponse: Codable, JSONEncodable { - /// A/B tests. + /// The list of A/B tests, null if no A/B tests are configured for this application. public var abtests: [ABTest]? /// Number of A/B tests. public var count: Int