@fedify/fedify
Version:
An ActivityPub server framework
23 lines (21 loc) • 836 B
YAML
$schema: ../codegen/schema.yaml
name: Undo
compactName: Undo
uri: "https://www.w3.org/ns/activitystreams#Undo"
extends: "https://www.w3.org/ns/activitystreams#Activity"
entity: true
description: |
Indicates that the `actor` is undoing the `object`. In most cases,
the `object` will be an { Activity} describing some previously performed
action (for instance, a person may have previously "liked" an article but,
for whatever reason, might choose to undo that like at some later point in
time).
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: []