context and @context are not the same, apparently
This commit is contained in:
parent
60716a6d2a
commit
e9f3878bd2
1 changed files with 0 additions and 1 deletions
|
@ -842,7 +842,6 @@ pub struct Base<Kind> {
|
|||
/// - Range: Object | Link
|
||||
/// - Functional: false
|
||||
#[serde(rename = "@context")]
|
||||
#[serde(alias = "context")]
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
context: Option<OneOrMany<AnyBase>>,
|
||||
|
||||
|
|
Loading…
Reference in a new issue