mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-17 07:27:04 +03:00
README: OCD: sort types by, umm, size
This commit is contained in:
@@ -36,8 +36,8 @@ Master always contains latest code, so better use some package manager to vendor
|
||||
## Types
|
||||
- Key types should be chosen according to OpenRTB specification (attribute types)
|
||||
- Numeric types:
|
||||
- `int64` - time, duration, length, unbound enums (like `BidRequest.at` - exchange-specific auctions types are > 500)
|
||||
- `int8` - short enums (with values <= 127), boolean-like attributes (like `BidRequest.test`)
|
||||
- `int64` - time, duration, length, unbound enums (like `BidRequest.at` - exchange-specific auctions types are > 500)
|
||||
- `uint64` - width, height, bitrate etc. (unbound positive numbers)
|
||||
- `float64` - coordinates, prices etc.
|
||||
- Enums:
|
||||
|
||||
Reference in New Issue
Block a user