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"