{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "strategy_contextual_segment", "type": "object", "properties": { "targeting_segment_id": { "type": "integer", "format": "int32", "example": 33 }, "user_cpm": { "type": "number", "format": "float", "nullable": true, "description": "user_cpm is stored in the currency of the campaign and will not fluctuate with daily exchange rates." } }, "required": [ "targeting_segment_id" ] }