Extensions
vCon extensions add structured data for specific use cases without breaking the core spec.
How extensions work
{
"vcon": "0.4.0",
"uuid": "...",
"extensions": ["lawful_basis", "wtf"],
"must_understand": ["lawful_basis"],
"parties": [...],
"dialog": [...],
"analysis": [...],
"attachments": [...]
}Available extensions
Extension
Purpose
Where it lives
Draft
A note on field naming
Related work (not vCon extensions, but commonly confused with them)
When to define a new extension
Last updated
Was this helpful?