The ID (primary key) of the entity.
Host that the entity belongs to.
Because this is a federated system, there are many instances where entities are scoped to a specific instance (rather than globally scoped).
Access to createdAt
as a UNIX timestamp.
Access to createdAt
as a UNIX timestamp.
Alias for the _id
property.
Alias for the _id
property.
Access to updatedAt
as a UNIX timestamp.
Access to updatedAt
as a UNIX timestamp.
Returns a JSON representation of the entity in the format expected by the federation protocol.
Generated using TypeDoc
Base class for other entities to inherit from.
Contains base properties that are needed across most other models.