Lasse Mammen
Lasse Mammen
This is based of this PR https://github.com/getkin/kin-openapi/pull/318 to remove internal validation and originally replace with [xeipuuv/gojsonschema](https://github.com/xeipuuv/gojsonschema) and then in the newest commits replace with [santhosh-tekuri/jsonschema](https://github.com/santhosh-tekuri/jsonschema) I'm using an extension ([openapi3/components_extension.go](https://github.com/getkin/kin-openapi/compare/master...lkm:jsonschema?expand=1#diff-5940f5499a122afd5ad162529ce7e45f974d02add4554d49405ebfe0ce381649)...
See https://en.wikipedia.org/wiki/Email_address#Local_part
I followed on from the work done by @FlorianLudwig on https://github.com/smarkets/marge-bot/pull/247 and https://github.com/smarkets/marge-bot/issues/145 and added parsing of changes set to determine who should be able to approve (using the emoji...
### Description This add a new `json_merge` expression which takes two or more arguments to merge into a single json structure. It also added the corresponding SQL function. This is...