Skip to content

Commit

Permalink
Merge pull request #56 from adzerk/vinodkurup/sc-49262/temp-fix-for-r…
Browse files Browse the repository at this point in the history
…egresssion

Temp fix to get latest api-spec working again
  • Loading branch information
vkurup authored Aug 23, 2023
2 parents a081a9d + da3d931 commit ad1fa89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
32 changes: 0 additions & 32 deletions management/flight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions management/schemas/flight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad1fa89

Please sign in to comment.