fix: ✏️ Remove typo from old docs

This commit is contained in:
Jesse Wierzbinski 2024-07-31 18:57:38 +02:00
parent 8e570a63c9
commit 35477fe64c
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ Any field in an entity not marked as `required` may be omitted or set to `null`.
</Note>
</Property>
<Property name="uri" type="URI" required={true} typeLink="/types#uri">
URI of the entity. Must `id`. Should be unique and resolve to the entity.
URI of the entity. Should be unique and resolve to the entity. Must be an absolute URI.
</Property>
<Property name="extensions" type="Extensions" required={false} typeLink="/types#extensions">
Extensions to the entity. Use this to add custom properties to the entity.