You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActivityStreams Vocabulary says that a type can have multiple values; there's also an example of this in ActivityStreams Core spec. However, I found that only a few implementations support this. I think this ability is useful when extending AS Vocabulary, so it'd be nice to have a test for this to push implementations towards conformance.
Note that e.g. Misskey plans to implement this by using the first value of the array. The test should anticipate that, and try different permutations so the AS Vocab type is not always at the 0th position.
The text was updated successfully, but these errors were encountered:
ActivityStreams Vocabulary says that a
type
can have multiple values; there's also an example of this in ActivityStreams Core spec. However, I found that only a few implementations support this. I think this ability is useful when extending AS Vocabulary, so it'd be nice to have a test for this to push implementations towards conformance.Note that e.g. Misskey plans to implement this by using the first value of the array. The test should anticipate that, and try different permutations so the AS Vocab type is not always at the 0th position.
The text was updated successfully, but these errors were encountered: