refactor: 📝 URI spec changes

This commit is contained in:
Jesse Wierzbinski 2024-08-11 03:44:17 +02:00
parent b4c4254797
commit 5f614a4dfc
No known key found for this signature in database

View file

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