{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AdsKeyword", "title": "AdsKeyword", "description": "Content targeting (keywords, topics, placements, video)", "properties": { "match_type": { "enum": [ "BROAD", "PHRASE", "EXACT" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "text": { "type": "string" } }, "required": [ "text" ], "type": "object" }