mirror of https://gitlab.com/bashrc2/epicyon
preferredUsername is pretty essential
parent
ebb4e8dba2
commit
11dc5a100d
|
@ -389,6 +389,9 @@ Describes the [http header signature](https://datatracker.ietf.org/doc/html/draf
|
||||||
#### 4.1.9 published
|
#### 4.1.9 published
|
||||||
This is a timestamp for when the account was first created, and is used to show a joined date on profile screens.
|
This is a timestamp for when the account was first created, and is used to show a joined date on profile screens.
|
||||||
|
|
||||||
|
#### 4.1.10 preferredUsername
|
||||||
|
A short username which may be used to refer to the actor, with no uniqueness guarantees.
|
||||||
|
|
||||||
### Example 9
|
### Example 9
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
|
@ -463,15 +466,12 @@ This is a timestamp for when the account was first created, and is used to show
|
||||||
|
|
||||||
Implementations *MAY*, in addition, provide the following properties:
|
Implementations *MAY*, in addition, provide the following properties:
|
||||||
|
|
||||||
#### 4.1.10 updated
|
#### 4.1.11 updated
|
||||||
A timestamp for when this actor was last changed. This can be used by followers to update their actor caches.
|
A timestamp for when this actor was last changed. This can be used by followers to update their actor caches.
|
||||||
|
|
||||||
#### 4.1.11 streams
|
#### 4.1.12 streams
|
||||||
A list of supplementary Collections which may be of interest.
|
A list of supplementary Collections which may be of interest.
|
||||||
|
|
||||||
#### 4.1.12 preferredUsername
|
|
||||||
A short username which may be used to refer to the actor, with no uniqueness guarantees.
|
|
||||||
|
|
||||||
#### 4.1.13 endpoints
|
#### 4.1.13 endpoints
|
||||||
A json object which maps additional (typically server/domain-wide) endpoints which may be useful either for this actor or someone referencing this actor. This mapping may be nested inside the actor document as the value or may be a link to a JSON-LD document with these properties.
|
A json object which maps additional (typically server/domain-wide) endpoints which may be useful either for this actor or someone referencing this actor. This mapping may be nested inside the actor document as the value or may be a link to a JSON-LD document with these properties.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue