We should investigate what we need to do to comply with the restful API principles.
We considered that maybe:
- Empty properties should have the value "null". If a property has no value, we should include the property name in the JSON output, with the value null.
- Empty values could have an empty object (current state)
The outcome of this task could result in needing to change the spec so that it conforms to the rule we decide on.