Mike Ralphson

Results 411 comments of Mike Ralphson

I notice this issue is labelled status:on-hold - could someone shed some light as to what this means? I'm interested in working on openapi3 support (as well as Mashery io-docs...

Thanks @JonathanMontane - I've tried both `yarn v1.0.2` and `npm v5.3.0` which install the `node-modules` directory somewhat differently and I still get webpack errors on `know-your-http-well` (which I've resolved for...

Many thanks @kminami - I spotted that one of the forks of this repo might be working on [generating schemas from examples](https://github.com/awarecan/apib2swagger/commit/b6c5eacac24ae9df45d144fdd7f9fdf997496118)...

I may be reading the API Blueprint spec wrongly, but it seems to specify > To define variables for a form-style query use the question mark (?) operator

@visualpharm do you agree, the parameter definitions in the API Blueprint definition may not be correct?

Are there any specific draft-07 features you need, maybe in priority order? Then we can see which ones are representable in draft-04/05 constructs.

If I understand you right, OpenAPI does support "nested schemas" without `$ref`s absolutely fine. It also supports objects within `array`:`items`, but you are missing a `type: object` and a `properties`...

I've got no way of validating https://github.com/jehy/jsonSchemaToOpenApi/blob/master/searchResultV2.js because it's js code not a schema document. If you have it as a plain JSON Schema document, please post a gist to...

Thanks - confirmed that seems to be valid against Draft 07. Hmm, in the code `patternProperties` should be getting renamed to `x-patternProperties`, are you up to date, and still not...

Because `patternProperties` can have multiple keys, and `additionalProperties` may also exist (and not be a `boolean` type), I would still favour creating an `anyOf` within `additionalProperties`. If the `anyOf` ends...