formerType
should be @type: @vocab
in context document
#642
Labels
update-context
Context needs updating
Uh oh!
There was an error while loading. Please reload this page.
Problem
"@type": "@id"
is base-relative, not vocab-relative; therefore, terms such as the AS2 activity types will not expand. For example,"formerType": "Note"
should expand according to the definition ofNote
, which ishttps://www.w3.org/ns/activitystreams#Note
, but this definition does nothing unless the termformerType
is vocab-relative.Solution
Make
formerType
vocab-relative by defining it as"@type": "@vocab"
.The text was updated successfully, but these errors were encountered: