-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredu.json
More file actions
52 lines (52 loc) · 1.63 KB
/
Copy pathcredu.json
File metadata and controls
52 lines (52 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"credu_version": "1.0",
"node": {
"practitioner_name": "Electra Frost",
"professional_designations": [
"GCPA",
"FIPA",
"CTA",
"FTIA"
],
"primary_jurisdiction": "AU",
"additional_jurisdictions": [],
"avatar": "avatar.jpg",
"node_url": "https://credu.electrafrost.com",
"repo_url": "https://github.com/electrafrost/credu-node",
"llms_txt": "https://credu.electrafrost.com/llms.txt",
"established": "2026-06",
"last_updated": "2026-05-30"
},
"node_purpose": "A verifiable, machine-readable record of professional registrations, education and continuing professional development, for discovery and procurement by AI agents and inspection by professional bodies. CPD doubles as an hours tracker mapped to the GCPA competency areas.",
"verification_method": "sha256-bitcoin-anchor",
"credu_template_url": "https://github.com/credu-protocol/professional-graph-template",
"sections": [
"registrations",
"education",
"cpd"
],
"record_summary": {
"registrations_count": 5,
"education_count": 6,
"cpd_entries_count": 88,
"cpd_period_label": "FY2025-26",
"cpd_hours_current_period": 150.5,
"cpd_hours_rolling_three_year": 470.0
},
"links": {
"intellectual_provenance": "https://graph.electrafrost.com",
"professional_practice": "https://electrafrost.com"
},
"contact": {
"github": "https://github.com/electrafrost",
"email": "mail@electrafrost.com",
"website": "https://electrafrost.com"
},
"cpd_reporting": {
"primary_period": {
"type": "financial-year",
"start_month": 7
},
"rolling_years": 3
}
}