Ted Epstein
Ted Epstein
The [API and Object Model Overview](https://github.com/RepreZen/KaiZen-OpenApi-Parser/blob/master/API-Overview.md) topic currently has a broken link to `https://github.com/RepreZen/KaiZen-OpenApi-Parser/blob/master/json-overlay-framework`, which doesn't exist yet. The section at the end indicates that more information on JSON Overlay...
The readme contains a link to [OpenAPI 3.0 Specification RC0](https://github.com/OAI/OpenAPI-Specification/blob/3.0.0-rc0/versions/3.0.md), which was current as of the last KaiZen OpenAPI Parser release. That spec has since been superseded by [RC1](https://github.com/OAI/OpenAPI-Specification/blob/3.0.0-rc1/versions/3.0.md). We...
I received a message today asking: > I’m looking for a forum or a community to ask questions about KaiZen OpenAPI Parser. > Can you give such an indication ?...
I see that issue #9 added the ability to right-click a link and send it through the context menu. And I do in fact see Clicky when I right-click a...
 I'm logged into GitHub; not sure what I'd need to do to make this work...
Discussed on TSC Meeting: April 2, 2018: Rules and test cases in a conformance test suite might have a descriptive structure, something like this: * Rule description (human-readable) * Reference...
I just created an example to illustrate what I think is idiomatic use of `discrimator`, so I could help answer #2141. I find it helpful to use [JSON Schema Lint](http://jsonschemalint.com)...
@vladimir-dejanovic, thanks for this excellent talk. It's exactly what I needed. In the talk, you emphasized that the `graphiql-spring-boot-starter` dependency should only be used in development, "never in production." I'm...
YEdit has a line width setting in auto-format, but it does not seem to be using this to break strings across lines. At a minimum, I would like this to...
$ref properties and Reference Objects were a big point of confusion in 2.0, because some people assumed they were allowed anywhere within an OpenAPI spec. There are multiple Swagger-OpenAPI 2.0...