Ted Epstein

Results 153 comments of Ted Epstein

Another improvement that would help with this: In the Responses context (when we have one), provide templates for the most common HTTP response codes, ideally with a description of each...

I searched through the schema. Here are all of the contexts in which `pattern` and `patternProperties` are used: Vendor Extensions: ``` "patternProperties": { "^x-": { "$ref": "#/definitions/vendorExtension" } }, ```...

@daffinm raised [another issue](https://modelsolv.atlassian.net/browse/ZEN-3079) with these properties, and suggested a different resolution. Most properties are static, so leaving the cursor after the colon after the user applies the keyword suggestion...

Yes, I think the change makes sense. I've added it to the next sprint. To clarify scope: * ~Does it affect both OpenAPI v2 and v3?~ (already answered) * ~It...

@jfiala , thanks for the offer to submit a PR. We'd be very happy to have your contribution. > I don't think this makes huge sense as for e.g. string...

@bharathy84 , we haven't tested specifically with STS, so it's possible that something is specific to that environment. We don't normally expect validations to take long. Are you working with...

AFAIK we don't currently have a way to disable validation. Are the references to other files: * within the Eclipse workspace; or * on the local filesystem, but outside the...

@vamshikrishnamraju , would you be able to post the source OpenAPI YAML file so we can take a look?

@andylowry, thanks for the additional details. BTW, I have raised the issue of inconsistency between additionalProperties default value of false, vs intended semantics of allOf. No reply from the OpenAPI...