{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "platform.activation.access", "description": "Published when an activation link is accessed.", "type": "object", "properties": { "activation_guid": { "$ref": "#/components/schemas/Activation/properties/guid" }, "activation_type": { "$ref": "#/components/schemas/Activation/properties/type" } } }