fix: 🐛 Fix mismatched field name

This commit is contained in:
Jesse Wierzbinski 2024-09-21 22:05:32 +02:00
parent 08293eebfe
commit 03f51fd1f2
No known key found for this signature in database

View file

@ -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>