Skip to content

Commit

Permalink
Temp fix to get latest api-spec working again
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Aug 23, 2023
1 parent a081a9d commit da3d931
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 da3d931

Please sign in to comment.