mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 22:38:19 +01:00
fix: ✏️ Remove typo from old docs
This commit is contained in:
parent
8e570a63c9
commit
35477fe64c
|
|
@ -34,7 +34,7 @@ Any field in an entity not marked as `required` may be omitted or set to `null`.
|
||||||
</Note>
|
</Note>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="uri" type="URI" required={true} typeLink="/types#uri">
|
<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>
|
||||||
<Property name="extensions" type="Extensions" required={false} typeLink="/types#extensions">
|
<Property name="extensions" type="Extensions" required={false} typeLink="/types#extensions">
|
||||||
Extensions to the entity. Use this to add custom properties to the entity.
|
Extensions to the entity. Use this to add custom properties to the entity.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue