"type": "null" when a field must be present with a null value.
Example
null vs optional fields
type: "null": field is present and value isnull.- Optional field: field may be absent.
- Optional field +
type: "null": field is either absent or present with null.