Axway · JSON Structure

Amplify Platform Platform.Org.User.Resent Structure

Published when a user activation is resent.

Type: object Properties: 1
API ManagementEnterpriseIntegrationSecurity

platform.org.user.resent is a JSON Structure definition published by Axway, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

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.org.user.resent",
  "description": "Published when a user activation is resent.",
  "type": "object",
  "properties": {
    "activation_type": {
      "$ref": "#/components/schemas/Activation/properties/type"
    }
  }
}