mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 📝 Use the term "transient entity" where appropriate
This commit is contained in:
parent
8bb062e887
commit
29f7ccba99
11 changed files with 18 additions and 14 deletions
|
|
@ -34,7 +34,7 @@ Migration happens in three steps:
|
|||
<Col>
|
||||
<Properties>
|
||||
<Property name="uri" type="null" required={false}>
|
||||
This entity does not have a URI.
|
||||
This is a **Transient Entity** and does not have a URI.
|
||||
</Property>
|
||||
<Property name="type" type="string" required={true}>
|
||||
Must be `pub.versia:migration/Migration`.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ When an instance receives a report, it *should* be reviewed by a moderator or ad
|
|||
<Col>
|
||||
<Properties>
|
||||
<Property name="uri" type="null" required={false}>
|
||||
This entity does not have a URI.
|
||||
This is a **Transient Entity** and does not have a URI.
|
||||
</Property>
|
||||
<Property name="type" type="string" required={true}>
|
||||
Must be `pub.versia:reports/Report`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue