{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_AdsGroup_targeting_geographic", "title": "property_AdsGroup_targeting_geographic", "properties": { "cities": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_cities" }, "countries": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_countries" }, "excluded_cities": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_excluded_cities" }, "excluded_countries": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_excluded_countries" }, "excluded_postal_codes": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_excluded_postal_codes" }, "excluded_regions": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_excluded_regions" }, "excluded_us_dmas": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_excluded_us_dmas" }, "location_types": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_location_types" }, "postal_codes": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_postal_codes" }, "presence_type": { "enum": [ "PRESENCE", "PRESENCE_OR_INTEREST" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "regions": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_regions" }, "us_dmas": { "$ref": "#/components/schemas/property_AdsGroup_targeting_geographic_us_dmas" } }, "type": "object" }