Axway · JSON Structure

Amplify Platform Platform.Activation.Send Structure

platform.activation.send schema from Axway Amplify Platform API

Type: object Properties: 1
API ManagementEnterpriseIntegrationSecurity

platform.activation.send 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.activation.send",
  "description": "platform.activation.send schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "activation_type": {
      "$ref": "#/components/schemas/Activation/properties/type"
    }
  }
}