Axway · JSON Structure

Amplify Platform Apic.Ucs.Subscription.Create Structure

Published when a subscription of a catalog asset is created.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

apic.ucs.subscription.create is a JSON Structure definition published by Axway, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

catalogItemId envId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "apic.ucs.subscription.create",
  "description": "Published when a subscription of a catalog asset is created.",
  "type": "object",
  "properties": {
    "catalogItemId": {
      "type": "string",
      "example": "example_value"
    },
    "envId": {
      "$ref": "#/components/schemas/Environment/properties/guid"
    }
  }
}