Integration
Pathfinder JSON contract.
Career Compass exposes the public subset of the record as a versioned JSON snapshot. Pathfinder and other downstream tools consume this endpoint to assemble tailored artefacts.
Endpoint
https://career-compass.ianrendall.com/data/career-library.json
- Source app
- career-compass
- Content version
- 0.3.0
- Schema version
- 1.0.0
- Generated
- 2026-07-23
Record counts
0
roles
0
achievements
0
projects
0
capabilities
0
leadership
0
technologies
0
timeline
0
metrics
0
industries
0
innovation
0
starStories
0
speaking
0
resumeVariants
0
evidence
Validation
No broken relationship IDs detected. The export is safe to regenerate.
Sample usage
const res = await fetch("https://career-compass.ianrendall.com/data/career-library.json", {
headers: { accept: "application/json" },
});
const library = await res.json();
console.log(library.meta.schemaVersion); // "1.0.0"
console.log(library.achievements.length);Regenerate the snapshot after content changes with bun run scripts/export-library.ts. Only records marked visibility: "public" and status: "published" are exported. Confidential and restricted evidence records are stripped entirely; other evidence is exported as sanitised metadata only (no source URLs, no notes, no local paths).
Snapshot preview
{
"meta": {
"owner": "Ian Rendall",
"version": "0.3.0",
"schemaVersion": "1.0.0",
"source": "career-compass",
"generatedAt": "2026-07-23T03:48:55.490Z",
"notes": "Career Compass authoritative professional record. Unknown dates or metrics remain draft or explicitly labelled.",
"counts": {
"roles": 0,
"achievements": 0,
"projects": 0,
"capabilities": 0,
"leadership": 0,
"technologies": 0,
"timeline": 0,
"metrics": 0,
"industries": 0,
"innovation": 0,
"starStories": 0,
"speaking": 0,
"resumeVariants": 0,
"evidence": 0
}
},
"about": {
"name": "Ian Rendall",
"headline": "Executive career history, achievements and résumé source of truth.",
"location": "",
"summary": "The authoritative professional record for Ian Rendall — roles, achievements, case studies, leadership principles, innovation work, industries, skills and speaking. This app is the source material from which tailored CVs, biographies, cover letters and interview preparation are drawn.",
"focusAreas": [
"Executive Leadership",
"Strategy",
"Innovation & AI",
"Delivery"
],
"contact": []
},
"roles": [],
"achievements": [],
"projects": [],
"capabilities": [],
"leadership": [],
"technologies": [],
"timeline": [],
"metrics": [],
"industries": [],
"innovation": [],
"starStories": [],
"speaking": [],
"resumeVariants": [],
"evidence": []
}