Jeremy Whitlock
Jeremy Whitlock
This was closed by mistake, reopened.
Thanks for the kind words and the feature request. What you seek is called [inline dereferencing](http://json-schema.org/latest/json-schema-core.html#anchor30) and I'll need to think about how best to support it. I already support...
I'm not sure it's possible to handle this without some extra work. JSON References are not adhering to the JSON Reference or even JSON Pointer specifications. If you have a...
I'm not 100% against doing this. I'm reopening but no guarantee on when it will be done.
It's not related to #76. #76 is a short sided issue caused by testing relying on it. I'll fix that. As for inline referencing, I don't see anywhere in the...
That's a JSON Schema construct, not a JSON Reference construct. Nowhere in the JSON Pointer or JSON Reference specifications do they mention JSON Schema. Since this request is for a...
No, you're not in the wrong. I blame Swagger. :) Swagger is it's own thing with cherry picked parts of JSON Schema, JSON Pointers and JSON References sprinkled together. It's...
My bad for assuming. Any who, don't sweat it. I just need to do a little more digging.
The `2.0.0` API will have this. `findRefs` already has an `options.filter` that does type-based filtering or you can provide a function. Is this what you're thinking?
Well, there is no streaming specifically.