{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BreakdownAttributionType", "title": "BreakdownAttributionType", "enum": [ "first_touch", "last_touch", "all_events", "step" ], "type": "string" }