refactor: 📝 Use the term "transient entity" where appropriate

This commit is contained in:
Jesse Wierzbinski 2024-12-10 17:39:57 +01:00
parent 8bb062e887
commit 29f7ccba99
No known key found for this signature in database
11 changed files with 18 additions and 14 deletions

View file

@ -34,7 +34,9 @@ Any field in an entity not marked as `required` may be omitted or set to `null`.
<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.
**Some entity types may not need a URI. This will be specified in the entity's documentation.**
<Note>
**Transient Entities** do not require a URI.
</Note>
</Property>
<Property name="$schema" type="string" required={false}>
URL of any JSON Schema that the entity adheres to.