Axway · Schema

platform.subscription.expired

Published when a subscription expires past its end date and any dunning period.

API ManagementEnterpriseIntegrationSecurity

Properties

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

JSON Schema

axway-platformsubscriptionexpired-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.subscription.expired",
  "title": "platform.subscription.expired",
  "type": "object",
  "description": "Published when a subscription expires past its end date and any dunning period.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActionUser"
    }
  ],
  "properties": {
    "modified_by": {
      "$ref": "#/components/schemas/EventDataModifiedBy"
    },
    "subscription": {
      "$ref": "#/components/schemas/Subscription"
    }
  }
}