From 7fe4940f656da95d1eed15aa5866cd5366cb75ad Mon Sep 17 00:00:00 2001 From: Thomas Raffray Date: Mon, 16 Jun 2025 09:56:59 +0200 Subject: [PATCH] fix(search): processingTimeMS should be optional --- specs/common/schemas/SearchResponse.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/specs/common/schemas/SearchResponse.yml b/specs/common/schemas/SearchResponse.yml index 9f35e15346d..725f486a4d2 100644 --- a/specs/common/schemas/SearchResponse.yml +++ b/specs/common/schemas/SearchResponse.yml @@ -1,8 +1,6 @@ baseSearchResponse: type: object additionalProperties: true - required: - - processingTimeMS properties: abTestID: type: integer