Json – Is there any advantage of using a closed record with a rest descriptor over an open record?
Consider the scenario where we create a record for capturing a JSON payload. (application/json content type) Is there any benefit of using a closed record with a JSON type rest descriptor over an open record? Since JSON allows any primitive…