Axway · Schema

platform.activation.send

platform.activation.send schema from Axway Amplify Platform API

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
activation_type object
View JSON Schema on GitHub

JSON Schema

amplify-platform-platform.activation.send-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-platform.activation.send-schema.json",
  "title": "platform.activation.send",
  "description": "platform.activation.send schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "activation_type": {
      "$ref": "#/components/schemas/Activation/properties/type"
    }
  }
}