@fedify/fedify
Version:
An ActivityPub server framework
25 lines (23 loc) • 823 B
YAML
$schema: ../codegen/schema.yaml
name: Tombstone
compactName: Tombstone
uri: "https://www.w3.org/ns/activitystreams#Tombstone"
extends: "https://www.w3.org/ns/activitystreams#Object"
entity: true
description: |
A `Tombstone` represents a content object that has been deleted.
It can be used in {@link Collection}s to signify that there used to be
an object at this position, but it has been deleted.
defaultContext:
- "https://www.w3.org/ns/activitystreams"
- "https://w3id.org/security/data-integrity/v1"
properties:
- singularName: deleted
functional: true
compactName: deleted
uri: "https://www.w3.org/ns/activitystreams#deleted"
description: |
On a `Tombstone` object, the `deleted` property is a timestamp for when
the object was deleted.
range:
- "http://www.w3.org/2001/XMLSchema#dateTime"