[][src]Type Definition activitystreams::activity::Like

type Like = ActorAndObject<LikeType>;

Indicates that the actor likes, recommends or endorses the object.

The target and origin typically have no defined meaning.

This is just an alias for Object<LikeType> because there's no fields inherent to Like that aren't already present on an ActorAndObject.