Ted Epstein

Results 153 comments of Ted Epstein

@mewalig , about this: > Rather, I'm wondering if `discriminator` would be more useful if formally defined as syntactic sugar which can be converted (one-way, not two-way) to functionally-equivalent JSON...

@webron wrote: > `description` and `default` are unlikely to change as they are part of JSON Schema and that's just how it works. `readOnly` is different as it's our addition....

Thanks, @handrews. I think you summarized my concern pretty neatly in [this comment](https://github.com/json-schema-org/json-schema-spec/issues/364#issuecomment-326190042): > Validation schemas fundamentally describe a type, in the form of an acceptable set of values. "readOnly"...

@hrennau , I agree, it's not a great design decision. Where `wrapped` is `true`, the wrapper element name should be independent of the inner element name. That's much more intuitive,...

@hrennau , thanks. A couple of suggestions: 1. I'm not sure it really helps to spell out these two variants of the same rule. I think the rule, as it's...

+1 for disabling the `Ctrl+Shfit+F` hotkey by default. We do this in our commercial product, which includes our open source, Yedit based [editor for Swagger-OpenAPI](https://github.com/RepreZen/SwagEdit). +1 for leaving the formatter...

Hi @oyse , can we please get this PR merged? It's affecting one of our customers.

@pjmolina , I think it's a good idea. We have already discussed the idea of making overlays a separate specification, and I think this is the prevailing direction of the...

@pjmolina , @MikeRalphson , here are some excerpts from the Normalizer docs that explain how this works: > When the normalizer encounters any reference, there are two ways it may...

The more I think about this, the more I'm convinced that it's critical to the success of the OpenAPI ecosystem. I would go so far as to say that we...