@fedify/fedify
Version:
An ActivityPub server framework
17 lines (16 loc) • 607 B
YAML
$schema: ../codegen/schema.yaml
name: Travel
compactName: Travel
uri: "https://www.w3.org/ns/activitystreams#Travel"
extends: "https://www.w3.org/ns/activitystreams#IntransitiveActivity"
entity: true
description: |
Indicates that the `actor` is traveling to `target` from `origin`.
`Travel` is an `IntransitiveObject` whose `actor` specifies the direct object.
If the `target` or `origin` are not specified,
either can be determined by context.
defaultContext:
- "https://w3id.org/identity/v1"
- "https://www.w3.org/ns/activitystreams"
- "https://w3id.org/security/data-integrity/v1"
properties: []