mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
fix: 🐛 Fix mismatched field name
This commit is contained in:
parent
08293eebfe
commit
03f51fd1f2
|
|
@ -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…
Reference in a new issue