andy-miracl
andy-miracl
When I have a long string value that also contains a single quote, the marshalled yaml fails validation with a number of online yaml validators. e.g. the third example generated...
If you have a schem with a valid `type` and also `oneOf` `anyOf`, `allOf` or `noneOf`, then defaults are not applied. A typical use case is when you have an...
Remove error raw strings from main code, and create custom `error` type. Also rename `context` to make the code more understandable.
This is subtle, e.g. with `anyOf` it is possible that the data matches several subschemas each with different default values. Do we apply (a) the first default, (b) the defaults...