Mike Ralphson

Results 411 comments of Mike Ralphson

Sorry. The online swagger validator-badge at swagger.io is serving PNG images with no content-type header: ``` curl -i http://online.swagger.io/validator?url=https%3A%2F%2Fraw.githubusercontent.com/Mermade/bbcparse/master/nitroApi/swagger.json HTTP/1.1 200 OK Date: Mon, 07 Mar 2016 17:37:57 GMT Access-Control-Allow-Origin:...

Looks like this was fixed in 689ffa80, though not released yet?

> it seems faintly plausible to me that a metaschema could be identified by $schema using a fragment (my implementation does support metaschemas which are not at the root of...

@notEthan That's useful - thanks. The use of a separate `$id` might be work for us, though I think some JSON Schema-related tools do still make assumptions that URIs are...

> you can solve this right now by just putting a $id in your meta-schema, even if it is nested in a larger document. Is there any reason why you...

Please raise tooling-related issues on the relevant repository. This repository is for the OpenAPI specification itself which has no direct notion of controllers or their methods. You may also receive...

> Please consider supporting e.g. "some-string-prefix-${ENVVAR_NAME}-and-suffix" interpolation to make reinventing the wheel unnecessary. [RFC6570](https://www.rfc-editor.org/rfc/rfc6570.html#section-2.2) states > The expression syntax specifically excludes use of the dollar ("$") and parentheses ["(" and...

> Alright, that's a very good reason not to do it. Thanks! No, I'm saying you can do it (today) with `$(..)` not `${...}` but as you need a tool...