fix: add security context to LD context
This commit is contained in:
parent
5126a462b5
commit
095e3e7716
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ impl LD for serde_json::Value {
|
||||||
"@context".to_string(),
|
"@context".to_string(),
|
||||||
serde_json::Value::Array(vec![
|
serde_json::Value::Array(vec![
|
||||||
serde_json::Value::String("https://www.w3.org/ns/activitystreams".into()),
|
serde_json::Value::String("https://www.w3.org/ns/activitystreams".into()),
|
||||||
|
serde_json::Value::String("https://w3id.org/security/v1".into()),
|
||||||
serde_json::Value::Object(ctx),
|
serde_json::Value::Object(ctx),
|
||||||
]),
|
]),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue