Axway · Schema

platform.subscription.create

Published when a subscription for an org is created.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
modified_by object
subscription object
View JSON Schema on GitHub

JSON Schema

axway-platformsubscriptioncreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.subscription.create",
  "title": "platform.subscription.create",
  "type": "object",
  "description": "Published when a subscription for an org is created.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActionUser"
    }
  ],
  "properties": {
    "modified_by": {
      "$ref": "#/components/schemas/EventDataModifiedBy"
    },
    "subscription": {
      "$ref": "#/components/schemas/Subscription"
    }
  }
}