@fedify/fedify
Version:
An ActivityPub server framework
17 lines (16 loc) • 625 B
YAML
$schema: ../codegen/schema.yaml
name: Add
compactName: Add
uri: "https://www.w3.org/ns/activitystreams#Add"
extends: "https://www.w3.org/ns/activitystreams#Activity"
entity: true
description: |
Indicates that the `actor` has added the `object` to the `target`.
If the `target` property is not explicitly specified, the target would need
to be determined implicitly by context. The `origin` can be used to identify
the context from which the `object` originated.
defaultContext:
- "https://w3id.org/identity/v1"
- "https://www.w3.org/ns/activitystreams"
- "https://w3id.org/security/data-integrity/v1"
properties: []