docs: ♻️ Removed usage of null author, mandate usage of null for unset fields

This commit is contained in:
Jesse Wierzbinski 2025-06-07 20:40:10 +02:00
parent b2f98c1311
commit e6f7a27d3e
No known key found for this signature in database
5 changed files with 9 additions and 13 deletions

View file

@ -18,6 +18,8 @@ This page lists changes since Working Draft 3. {{ className: 'lead' }}
- Every field that used to be a URI now uses that entity's `id` field.
- New endpoints have been defined under `/.versia/v0.6/` to fetch entities by their `id`.
- Added [References](/types#reference) as a way to refer to other entities.
- Mandated the usage of `null` for optional fields that are not set, instead of omitting them.
- Changed usage of "`null` authors" to simply being an optional field.
## Since WD 4