Mathew Polzin
Mathew Polzin
Interesting. It turns out that when I first wrote my JSONSchema implementation it was not permitted to specify annotations like description next to $refs (well, it was stated that any...
Tracking need for overriding reference descriptions within schemas here: https://github.com/mattpolzin/OpenAPIKit/issues/298
Ok, a new release has been cut with a few bug fixes and improvements including the ability to hang properties like `description` next to `$ref`s. I'm happy to answer questions...
This appears to be fixed in the v2 release candidates.
Upon more reflection, I think there's not much need for the above strategy to support both inlining of remote references and also storing them in the components object; inlining could...
Closing this with follow-up work tracked as https://github.com/mattpolzin/OpenAPIKit/issues/372.
OpenAPIKit currently doesn't deal with files directly; that is, you read in a file and tell a some Decoder to use OpenAPIKit's Codable conformance to decode that data. Then to...
I'll assume that this request was either to read in multiple files, which is now a feature available in the v4 alpha releases of OpenAPIKit (https://github.com/mattpolzin/OpenAPIKit/issues/279), or it was to...
Thanks for the suggestions. I'll incorporate them soon hopefully. I'm also digging into what appears to be evidence that Chez 10 breaks a couple of edge-case things with Idris's scheme...
It looks like the last error I saw was actually a skill issue; it resolved when I did a cycle of clean, build, and install; somewhere I must have had...