From 405afe66336ec3f442c650056f8afdf31fc922c2 Mon Sep 17 00:00:00 2001 From: Baruch Susman <73817458+baruchis123@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:49:23 +0200 Subject: [PATCH] remove benchmark field (#746) --- .../rightsizing/schemas/oceanRightsizingSavingsRequest.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/services/ocean/rightsizing/schemas/oceanRightsizingSavingsRequest.yaml b/api/services/ocean/rightsizing/schemas/oceanRightsizingSavingsRequest.yaml index fc9594ff..05839280 100644 --- a/api/services/ocean/rightsizing/schemas/oceanRightsizingSavingsRequest.yaml +++ b/api/services/ocean/rightsizing/schemas/oceanRightsizingSavingsRequest.yaml @@ -17,10 +17,5 @@ properties: example: 2025-01-30T11:30:01.745Z description: > End date value using either the date format "yyyy-MM-dd'T'HH:mm:ss'Z'" or ms "1494751821472". - benchmark: - type: string - description: > - The benchmark to compare the savings against. The default is ORIGINAL. - enum: [ORIGINAL, CURRENT] workloads: $ref: "../schemas/oceanRightsizingSavingsWorkloadsRequest.yaml"