Published when a marketplace subscription is created.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apicentral.subscription.create", "title": "apicentral.subscription.create", "type": "object", "description": "Published when a marketplace subscription is created.", "x-context": "api_central", "allOf": [ { "$ref": "#/components/schemas/EventDataCentral" } ], "properties": { "group": { "type": "string", "enum": [ "catalog" ], "example": "catalog" }, "provider_guid": { "$ref": "#/components/schemas/Provider/properties/guid" } } }