jsonschema-rs
jsonschema-rs copied to clipboard
Add all types of validation for `contentEncoding`
There are not many of them
- [ ] 7bit
- [ ] 8bit
- [ ] binary
- [ ] quoted-printable
- [x] base64
@Stranger6667 Are there plans any plans to support binary types?
This is very use full for msgpack which can be used for an alternative json. A Conversation binary to base64 string takes some time, it is significant time for large data (image) + size of data increase x1.5 approximately
@matemax I don’t have any specific plans, but I am open to discussion / review :)