Implementation Profiles
Extended Profile
The Extended Profile provides full narrative topology with relational dynamics and temporal patterns. Designed for journaling apps, companion AI with longitudinal context, and workplace wellness platforms.
Overview
The Extended Profile adds longitudinal depth to Essential. It captures the full Constellation domain, key Milky_Way contextual fields, and essential Gravity salience scores. This enables tracking emotional patterns over time without requiring the complete manifold of Full Profile.
When to use Extended: When your platform needs to track emotional patterns across sessions. Journaling apps, coaching platforms, and companion AI with memory benefit from Extended depth.
Required Fields
Extended Profile includes all Essential Profile requirements plus full Constellation, key Milky_Way fields, and essential Gravity fields.
| Domain | Required Fields | Notes |
|---|---|---|
| meta | id, version, profile, created_at, owner_user_id, consent_basis, visibility, pii_tier | Same as Essential |
| core | anchor, spark, wound, fuel, bridge, echo, narrative | Same as Essential |
| constellation | All 18 fields required | Full domain population |
| governance | jurisdiction, retention_policy (basis, ttl_days, on_expiry), subject_rights (portable, erasable, explainable) | Same as Essential |
| milky_way | event_type, location_context, associated_people, visibility_context, tone_shift | Key contextual fields |
| gravity | emotional_weight, valence, tether_type, recurrence_pattern, strength_score | Key salience fields |
| telemetry | entry_confidence, extraction_model | 2 fields |
| impulse, system, crosswalks | — | Not included in this profile |
Example Artifact
An Extended Profile artifact showing the additional depth beyond Essential, with Gravity salience fields and Milky_Way context populated.
{
"meta": {
"id": "art_01HZ3G7K...",
"version": "0.8.0",
"profile": "extended",
"created_at": "2026-03-08T10:30:00Z",
"owner_user_id": "user_12345",
"consent_basis": "consent",
"visibility": "private",
"pii_tier": "tier_2"
},
"core": {
"anchor": "Relationship boundary setting",
"spark": "Friend cancelled plans last minute again",
"wound": "Pattern of feeling undervalued",
"fuel": "Need for reciprocal respect",
"bridge": "Successfully set boundary with colleague last year",
"echo": "Childhood dynamics around pleasing others",
"narrative": "Learning to prioritise own needs without guilt"
},
"constellation": {
"emotion_primary": "frustrated",
"emotion_secondary": "disappointed",
"emotion_subtone": ["hurt", "empowered"],
"narrative_arc": "boundary_setting",
"valence_score": -0.3,
"arousal_score": 0.6,
"dominance_score": 0.7,
"temporal_orientation": "present_focused",
"social_orientation": "interpersonal",
"certainty_level": "moderate"
// ... all 18 constellation fields populated
},
"governance": {
"jurisdiction": "GDPR",
"retention_policy": {
"basis": "consent",
"ttl_days": 365,
"on_expiry": "anonymise"
},
"subject_rights": {
"portable": true,
"erasable": true,
"explainable": true
}
},
"milky_way": {
"event_type": "interpersonal_conflict",
"location_context": "home",
"associated_people": ["close_friend"],
"visibility_context": "private_reflection",
"tone_shift": "frustrated_to_resolved",
"temporal_markers": null,
"environmental_factors": null
// ... non-required fields null
},
"gravity": {
"emotional_weight": 0.72,
"valence": "negative",
"tether_type": "relational",
"recurrence_pattern": "recurring",
"strength_score": 0.65,
"decay_rate": null,
"recall_triggers": null
// ... non-required fields null
},
"telemetry": {
"entry_confidence": 0.88,
"extraction_model": "edm-extract-v0.7"
}
}Use Cases
Capture reflective writing with full emotional topology. Track narrative arcs and emotional patterns across entries.
Longitudinal emotional context for AI that remembers. Track relational dynamics and recurring patterns.
Coaching and wellness platforms that track emotional patterns over time. Enough depth for meaningful insights.
Non-clinical therapy documentation. Captures emotional content without full clinical depth requirements.
Conformance Levels
Extended Profile artifacts are eligible for all three conformance levels: Compliant, Sealed, and Certified. Extended is one of the two Certified-eligible profiles (along with Full).
| Level | Extended Profile | Description |
|---|---|---|
| Compliant | Valid EDM JSON. Schema-validated. | |
| Sealed | DeepaData-issued with registry entry. W3C Data Integrity Proof. | |
| Certified | DeepaData countersignature. Five compliance checks passed. Certificate permalink. |
Certified-eligible: Extended Profile includes sufficient governance fields for complete compliance attestation. Request conformance_level: "certified" with your /v1/issue call to receive DeepaData countersignature.
VitaPass binding: Available at Sealed conformance for all profiles. Extended Profile Sealed artifacts are addressable across vendor boundaries via VitaPass.