{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "strategy_targeting_request_for_bulk", "type": "object", "properties": { "targeting": { "description": "Important note: postal_codes and ip_addresses cannot be updated via bulk and will be ignored.", "allOf": [ { "$ref": "#/components/schemas/strategy_targeting" }, { "properties": { "language_codes": { "type": "array", "items": { "type": "string" } }, "recency": { "type": "array", "items": { "$ref": "#/components/schemas/targeting_recency_element_request" } } } } ] } } }