Axway · Schema

platform.activation.send

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
activation_type object
View JSON Schema on GitHub

JSON Schema

axway-platformactivationsend-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.activation.send",
  "title": "platform.activation.send",
  "type": "object",
  "x-context": "user",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataActor"
    },
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataUser"
    }
  ],
  "properties": {
    "activation_type": {
      "$ref": "#/components/schemas/Activation/properties/type"
    }
  }
}