{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_AdsCampaign_targeting_content", "title": "property_AdsCampaign_targeting_content", "properties": { "excluded_keywords": { "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_excluded_keywords" }, "excluded_topics": { "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_excluded_topics" }, "excluded_urls": { "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_excluded_urls" }, "keywords": { "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_keywords" }, "topics": { "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_topics" }, "urls": { "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_urls" }, "video": { "$ref": "#/components/schemas/property_AdsCampaign_targeting_content_video" } }, "type": "object" }