{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttributionModeEnum", "title": "AttributionModeEnum", "enum": [ "first_touch", "last_touch", "linear", "time_decay", "position_based" ], "type": "string", "description": "* `first_touch` - First Touch\n* `last_touch` - Last Touch\n* `linear` - Linear\n* `time_decay` - Time Decay\n* `position_based` - Position Based" }