Published when a subscription of a catalog asset is created.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-apic.ucs.subscription.create-schema.json", "title": "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" } } }