mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 🐛 Correct some incorrect links
This commit is contained in:
parent
0ae85ccd42
commit
c1e94ce128
|
|
@ -32,7 +32,7 @@ Messages sent over the WebSocket connection are JSON objects.
|
||||||
<Property name="signed_by" type="URI" required={true}>
|
<Property name="signed_by" type="URI" required={true}>
|
||||||
Same as the `X-Signed-By` header in HTTP requests.
|
Same as the `X-Signed-By` header in HTTP requests.
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="entity" type="Entity" required={true} typeLink="/entities/entity">
|
<Property name="entity" type="Entity" required={true} typeLink="/entities">
|
||||||
Same as the request body in HTTP requests. Must be a string (stringified JSON), not JSON.
|
Same as the request body in HTTP requests. Must be a string (stringified JSON), not JSON.
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ The words **MUST**, **MUST NOT**, **SHOULD**, **SHOULD NOT**, and **MAY** are us
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
The Versia Protocol uses the following terms:
|
The Versia Protocol uses the following terms:
|
||||||
- **Entity**: A generic term for any JSON object in the protocol, such as an [Actor](./entities/actors), a [Note](./entities/note), or a [Like](./entities/likes). Entities are uniquely identified by their `id` property.
|
- **Entity**: A generic term for any JSON object in the protocol, such as a [User](./entities/user), a [Note](./entities/note), or a [Like](./extensions/likes). Entities are uniquely identified by their `id` property.
|
||||||
- **Implementation**: A software application that implements the Versia Protocol.
|
- **Implementation**: A software application that implements the Versia Protocol.
|
||||||
- **Instance**: An application deploying an **Implementation**.
|
- **Instance**: An application deploying an **Implementation**.
|
||||||
- Using the same nomenclature, an ActivityPub Implementation would be `Mastodon`, and an Instance would be `mastodon.social`.
|
- Using the same nomenclature, an ActivityPub Implementation would be `Mastodon`, and an Instance would be `mastodon.social`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue