diff --git a/app/json/page.mdx b/app/json/page.mdx index 6679560..1465fbd 100644 --- a/app/json/page.mdx +++ b/app/json/page.mdx @@ -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. \ No newline at end of file +Fields that are not marked as **required** may be set to `null`, or simply omitted. \ No newline at end of file