We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22182ac commit d07cb7cCopy full SHA for d07cb7c
banner.go
@@ -9,7 +9,7 @@ package openrtb
9
type Banner struct {
10
W int `json:"w,omitempty"` // Width
11
H int `json:"h,omitempty"` // Height
12
- Format *Format `json:"format,omitempty"` //Array of format objects representing the banner sizes permitted.
+ Format []Format `json:"format,omitempty"` //Array of format objects representing the banner sizes permitted.
13
WMax int `json:"wmax,omitempty"` // Width maximum DEPRECATED
14
HMax int `json:"hmax,omitempty"` // Height maximum DEPRECATED
15
WMin int `json:"wmin,omitempty"` // Width minimum DEPRECATED
0 commit comments