mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
Merge branch 'main' into feat/v0.5
This commit is contained in:
commit
ecd7082c14
|
|
@ -9,7 +9,9 @@ Contains metadata about a Versia instance, such as capabilities and endpoints. {
|
||||||
|
|
||||||
## The `null` Author
|
## The `null` Author
|
||||||
|
|
||||||
On all entities that have an `author` field, the `author` can be `null` to represent the instance itself as the author (like ActivityPub's Server Actors). In this case, the instance's public key should be used to verify the entity. To know which instance's public key to use, the entity signature should be used.
|
On some entities that have an `author` field, the `author` can be `null` to represent the instance itself as the author (like ActivityPub's Server Actors). In this case, the instance's public key should be used to verify the entity. To know which instance's public key to use, the entity signature should be used.
|
||||||
|
|
||||||
|
Check the entity's documentation page to see if it supports this (it will be noted in the `author` field).
|
||||||
|
|
||||||
## Entity Definition
|
## Entity Definition
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue