David Ezell

Results 2 comments of David Ezell

In our (Conexxus) use of OAS 3 and JSON Schema, we found composability was not consistent between various tools. **We solved** that problem by using "bundling" to build OAS files...

You're right, there is "oneOf/allOf/anyOf", which may or may not use JSON-Pointer to reference external documents. It's the external reference that was problematic. And in our case, we chose the...