Changes between Initial Version and Version 1 of Ticket #3802, comment 5
- Timestamp:
- 2021-10-06T18:06:14Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3802, comment 5
initial v1 19 19 6. Yes. 20 20 7. There's a size control (how many bytes is it) which is fine for bytes, but a bit strange for Unicode strings in the general non-ASCII case. 21 8. The way CDDL works for JSON is by just saying "no bytes supported." Which is... a problem I guess. 21 8. The way CDDL works for JSON is by just saying "no bytes supported." Which is... a problem I guess. https://datatracker.ietf.org/doc/html/rfc8610#appendix-E 22 22 23 23 So CDDL seems plausible, but might require maintaining two versions of the schema to deal with bytes-on-JSON.