Evidence-Pack Schema Example
A privacy-safe synthetic example backed by a real validation path.
The public schema shape shows what a local/open-source LLM receives: recommendation, similar successful pattern, confidence, next action, caveats, and provenance. It does not require raw customer records to leave the customer-owned data plane.
{
"schema": "kynticai.evidence_pack.example.v1",
"privacySafeSyntheticExample": true,
"validationPath": "public shape backed by local validation path; customer pilots replace this with authorised data",
"subject": {
"entityType": "contact",
"emailAddress": "alex.morgan@example.invalid",
"crmContactId": "crm_contact_synth_4821"
},
"rawDataBoundary": {
"rawOperationalDataLocation": "customer-owned data plane",
"cloudControlPlaneReceives": [
"licensing metadata",
"update metadata",
"aggregate usage",
"health state",
"support and commercial records"
],
"cloudControlPlaneDoesNotReceive": [
"connector credentials",
"raw customer records",
"prompt payloads",
"source exports"
]
},
"authorisation": {
"purpose": "sales_next_best_action",
"role": "revenue_operations",
"auditId": "audit_synth_2026_06_16_001",
"retentionPolicy": "pilot scoped"
},
"sourceSignals": {
"emailReply": "positive reply received",
"meetingBooked": true,
"webSearch": "integration pricing comparison",
"pricingPageVisit": { "count": 3, "lastSeenHoursAgo": 6 },
"accountRegistration": "trial created",
"opportunity": "open expansion opportunity",
"supportTicket": "resolved API timeout question",
"productUsage": "usage rising over 7 days",
"billingStatus": "active",
"wonLostSaleOutcome": "similar won and lost outcomes available for comparison"
},
"relationshipWeights": [
{ "signal": "meetingBooked", "weight": 0.24, "direction": "positive" },
{ "signal": "pricingPageVisit", "weight": 0.19, "direction": "positive" },
{ "signal": "supportTicketResolved", "weight": 0.16, "direction": "positive" },
{ "signal": "billingStatusActive", "weight": 0.08, "direction": "positive" }
],
"recommendation": {
"summary": "Send ROI proof and schedule the technical sponsor agenda.",
"valueTarget": "increase conversion probability",
"similarSuccessfulPattern": "pricing intent + usage rise + support resolved + meeting booked",
"confidence": 0.78,
"nextAction": "Send an evidence-backed follow-up that cites the resolved support issue and proposed meeting agenda.",
"caveats": [
"synthetic public example",
"human review required",
"not an outcome promise"
]
}
}