Published when a subscription for an org is created.
{ "$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" } } }