From da3d931b2b129f196cdb7c310ead2cac0d0c8dec Mon Sep 17 00:00:00 2001 From: Vinod Kurup Date: Wed, 23 Aug 2023 16:00:26 -0400 Subject: [PATCH] Temp fix to get latest api-spec working again --- management/flight.yaml | 32 -------------------------------- management/schemas/flight.yaml | 12 ------------ 2 files changed, 44 deletions(-) diff --git a/management/flight.yaml b/management/flight.yaml index 36aa681..d90c551 100644 --- a/management/flight.yaml +++ b/management/flight.yaml @@ -384,28 +384,12 @@ paths: required: - MatchType - LookbackWindow - properties: - MatchType: - type: string - enum: ["SameProduct", "SameCategoryBrand", "SameBrand"] - LookbackWindow: - type: integer - format: int32 - enum: [1, 7, 14, 30] AttributionView: type: object nullable: true required: - MatchType - LookbackWindow - properties: - MatchType: - type: string - enum: ["SameProduct", "SameCategoryBrand", "SameBrand"] - LookbackWindow: - type: integer - format: int32 - enum: [1, 7, 14, 30] TargetROAS: type: number format: float @@ -679,28 +663,12 @@ paths: required: - MatchType - LookbackWindow - properties: - MatchType: - type: string - enum: ["SameProduct", "SameCategoryBrand", "SameBrand"] - LookbackWindow: - type: integer - format: int32 - enum: [1, 7, 14, 30] AttributionView: type: object nullable: true required: - MatchType - LookbackWindow - properties: - MatchType: - type: string - enum: ["SameProduct", "SameCategoryBrand", "SameBrand"] - LookbackWindow: - type: integer - format: int32 - enum: [1, 7, 14, 30] TargetROAS: type: number format: float diff --git a/management/schemas/flight.yaml b/management/schemas/flight.yaml index 18ae6fa..baaea37 100644 --- a/management/schemas/flight.yaml +++ b/management/schemas/flight.yaml @@ -241,24 +241,12 @@ schemas: required: - MatchType - LookbackWindow - properties: - MatchType: - type: string - LookbackWindow: - type: integer - format: int32 AttributionView: type: object nullable: true required: - MatchType - LookbackWindow - properties: - MatchType: - type: string - LookbackWindow: - type: integer - format: int32 TargetROAS: type: number format: float