refactor: 🔥 Remove Server Actors

This commit is contained in:
Jesse Wierzbinski 2024-08-17 14:48:43 +02:00
parent c1e94ce128
commit c074e6e38e
No known key found for this signature in database
7 changed files with 28 additions and 11 deletions

View file

@ -18,8 +18,8 @@ Pages should be limited to a reasonable number of entities, such as 20 or 80.
<Row>
<Col>
<Properties>
<Property name="author" type="URI" required={true} typeLink="/types#uri">
Author of the collection. Usually the user who owns the collection. Can be the server actor.
<Property name="author" type="URI | null" required={true} typeLink="/types#uri">
Author of the collection. Usually the user who owns the collection. [Can be set to `null` to represent the instance](/entities/server-metadata#the-null-author).
</Property>
<Property name="first" type="URI" required={true} typeLink="/types#uri">
URI to the first page of the collection. Query parameters are allowed.