lestrrat

Results 94 comments of lestrrat

Oof, sorry, don't have one handy for this repo.. v1 was never really tagged because it pre dates Go modules, and I decided to finally tag and make changes when...

We're just outputting a text file, why do we need to use a native boolean type there? This *would* be different if the tools' aim was to parse and then...

Before diving into the details, I think there are a few things to note: 1. I believe this tool only works with `openapi: 2.0`. 2. `properties` should not contain `allOf`....

hi thanks for pointing it out. I know it is supported. it's just an observation. it doesn't change the fact that 1. OP might be confused to begin with (including...

Well, I have my own itch to scratch, and have been working on https://github.com/lestrrat-go/openapi. I just tried writing up preliminary `allOf` support there, and have been able to generate the...

Implementing this is probably trivial, but if you could provide us with test cases in Go test format, that would be a great start.

as a personal reminder: from the [glibc doc](http://man7.org/linux/man-pages/man3/strftime.3.html#NOTES) > Glibc provides some extensions for conversion specifications. (These > extensions are not specified in POSIX.1-2001, but a few other systems >...

`jsval` is `Validator toolset, aimed to be used with JSON Schema`, and `expected` isn't part of JSON Schema, so .. hmm. I'm not saying this library should not implement anything...