Axway · JSON Structure

Amplify Platform Platform.Activation.Access Structure

Published when an activation link is accessed.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

platform.activation.access is a JSON Structure definition published by Axway, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

activation_guid activation_type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}