Closed
Description
It would be good to clarify how implementations should handle "format": "binary" when the value expressed in a JSON representation (i.e. not encoded directly in the entity-body).
The choices I see:
- Interpret as "byte" (i.e. expect it to be base64-encoded).
- Prohibit "binary" format in JSON representations.