Published when an activation link is accessed.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.activation.access", "title": "platform.activation.access", "type": "object", "description": "Published when an activation link is accessed.", "x-context": "user", "allOf": [ { "$ref": "#/components/schemas/EventDataOrg" }, { "$ref": "#/components/schemas/EventDataUser" } ], "properties": { "activation_guid": { "$ref": "#/components/schemas/Activation/properties/guid" }, "activation_type": { "$ref": "#/components/schemas/Activation/properties/type" } } }