mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
refactor: 📝 URI spec changes
This commit is contained in:
parent
b4c4254797
commit
5f614a4dfc
|
|
@ -33,6 +33,8 @@ Any field in an entity not marked as `required` may be omitted or set to `null`.
|
||||||
</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. Should be unique and resolve to the entity. Must be an absolute URI.
|
URI of the entity. Should be unique and resolve to the entity. Must be an absolute URI.
|
||||||
|
|
||||||
|
**Some entity types may not need a URI. This will be specified in the entity's documentation.**
|
||||||
</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