mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-27 04:06:21 +03:00
reviewed struct key types
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ type Deal struct {
|
||||
// Type:
|
||||
// string
|
||||
// Description:
|
||||
// Currency specified using ISO-4217 alpha codes. This may be different from bid currency returned
|
||||
// Currency specified using ISO-4217 alpha codes. This may be different from bid currency returned
|
||||
// by bidder if this is allowed by the exchange.
|
||||
BidFloorCur string `json:"bidfloorcur"`
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ Common [OpenRTB](//github.com/openrtb/OpenRTB) [v2.3](//github.com/openrtb/OpenR
|
||||
- [x] 4.2.3 Object: Bid
|
||||
- [ ] Code quality/review
|
||||
- [x] Review struct key types, which refer to section "5. Enumerated Lists Specification"
|
||||
- [ ] Check types for struct keys (see Guidelines - Types)
|
||||
- [x] Check types for struct keys (see Guidelines - Types)
|
||||
- [x] Use struct pointers for optional keys (e.g., App.Content)
|
||||
- [ ] Add json directive "omitempty" for optional keys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user