@fedify/fedify
Version:
An ActivityPub server framework
20 lines (19 loc) • 743 B
YAML
$schema: ../codegen/schema.yaml
name: Follow
compactName: Follow
uri: "https://www.w3.org/ns/activitystreams#Follow"
extends: "https://www.w3.org/ns/activitystreams#Activity"
entity: true
description: |
Indicates that the `actor` is "following" the `object`. Following is defined
in the sense typically used within Social systems in which the actor is
interested in any activity performed by or on the object. The `target` and
`origin` typically have no defined meaning.
defaultContext:
- "https://w3id.org/identity/v1"
- "https://www.w3.org/ns/activitystreams"
- "https://w3id.org/security/v1"
- "https://w3id.org/security/data-integrity/v1"
- "https://www.w3.org/ns/did/v1"
- "https://w3id.org/security/multikey/v1"
properties: []