···33#[derive(Debug, Deserialize)]
44#[serde(rename_all = "camelCase")]
55pub struct DidDocument {
66- #[serde(rename = "@context")]
66+ #[serde(default, rename = "@context")]
77 pub context: Vec<String>,
88 pub id: String,
99 /// Ordered set (no duplicates) of aliases and names for this account, in the form of URIs