{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "api_central.provisioned", "description": "Published when a Engage is successfully provisioned.", "type": "object", "properties": { "org_guid": { "$ref": "#/components/schemas/Org/properties/guid" }, "org_id": { "$ref": "#/components/schemas/Org/properties/org_id" }, "success": { "type": "boolean", "example": true }, "url": { "type": "string", "example": "https://example.com" }, "user_guid": { "$ref": "#/components/schemas/User/properties/guid" } } }