mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: ♻️ Removed usage of null author, mandate usage of null for unset fields
This commit is contained in:
parent
b2f98c1311
commit
e6f7a27d3e
5 changed files with 9 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ Entities are the foundation of the Versia protocol. A similar concept to entitie
|
|||
|
||||
An entity is a simple JSON object that represents a core data structure in Versia. Entities are used to represent various types of data, such as users, notes, and more. Each entity has a unique `id` property that is used to identify it within the instance.
|
||||
|
||||
Any field in an entity not marked as `required` may be omitted or set to `null`.
|
||||
Any field in an entity not marked as `required` may be set to `null`. These fields **must not** be omitted: they must be present with a `null` value if not set.
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue