| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Type |
string | ✔️ | Context type (e.g., tenant, app, workspace). Must be lowercase alphanumeric with optional separators. | tenant |
Id |
string | ✔️ | Unique identifier for this context. Must be lowercase alphanumeric with optional separators. | org-acme |
Data |
Dictionary<String, object> | ➖ | Optional custom data to associate with this context. | { "tenantName": "Acme Corp", "region": "us-east-1", "settings": { "theme": "dark" } } |