mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 📝 Use the term "transient entity" where appropriate
This commit is contained in:
parent
8bb062e887
commit
29f7ccba99
11 changed files with 18 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue