mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 📝 Use References nomenclature instead of URI
This commit is contained in:
parent
d886b83e62
commit
bcdf0ec251
16 changed files with 137 additions and 90 deletions
|
|
@ -24,14 +24,14 @@ Having the authorization is defined as:
|
|||
<Row>
|
||||
<Col>
|
||||
<Properties name="Delete">
|
||||
<Property name="author" type="URI | null" required={true} typeLink="/types#uri">
|
||||
URI of the `User` who is deleting the entity. [Can be set to `null` to represent the instance](/entities/instance-metadata#the-null-author).
|
||||
<Property name="author" type="Reference | null" required={true} typeLink="/types#reference">
|
||||
[Reference](/types#reference) to the `User` who is deleting the entity. [Can be set to `null` to represent the instance](/entities/instance-metadata#the-null-author).
|
||||
</Property>
|
||||
<Property name="deleted_type" type="string" required={true}>
|
||||
Type of the entity being deleted.
|
||||
</Property>
|
||||
<Property name="deleted" type="URI" required={true} typeLink="/types#uri">
|
||||
URI of the entity being deleted.
|
||||
<Property name="deleted" type="Reference" required={true} typeLink="/types#reference">
|
||||
[Reference](/types#reference) to the entity being deleted.
|
||||
</Property>
|
||||
</Properties>
|
||||
</Col>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue