Require a field to be an integer or null, but not missing in JSON
I want to deserialize the following struct using serde_json. The parent_id
field should accept an integer or a null, but I want it to return an error if the field is missing or undefined.