{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "campaign_identity", "type": "object", "properties": { "device_graph_only": { "type": "boolean", "default": false }, "bid_min_devices": { "type": "integer", "format": "int16", "minimum": -32768, "maximum": 32767, "default": 1 }, "connected_id_type": { "type": "string", "nullable": true, "enum": [ "DETERMINISTIC_FIRST" ] } } }