fix: 🐛 Remove nonsensical sentence

This commit is contained in:
Jesse Wierzbinski 2025-08-15 04:34:14 +02:00
parent 70177770b3
commit bf4384376e

View file

@ -116,4 +116,4 @@ Numbers in JSON must be represented as decimal numbers. They can be integers or
### Optional Fields
Fields that are 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.
Fields that are not marked as **required** may be set to `null`, or simply omitted.