mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🐛 Fix mismatched field name
This commit is contained in:
parent
08293eebfe
commit
03f51fd1f2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Having the authorization is defined as:
|
||||||
<Property name="deleted_type" type="string" required={true}>
|
<Property name="deleted_type" type="string" required={true}>
|
||||||
Type of the entity being deleted.
|
Type of the entity being deleted.
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="target" type="URI" required={true} typeLink="/types#uri">
|
<Property name="deleted" type="URI" required={true} typeLink="/types#uri">
|
||||||
URI of the entity being deleted.
|
URI of the entity being deleted.
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue