Ted Epstein

Results 153 comments of Ted Epstein

@abstratt , I just noticed that we never replied to this issue. Thanks for reporting it, and sorry for the delay. I agree that the message could be more helpful....

I've been working with embedded TODO comments in OpenAPI v2 documents, [as described here](https://support.reprezen.com/a/solutions/articles/24000017652). When the tasks view is properly configured, this works nicely. But I have noticed that task...

Heard back from Egill: > Thanks for quick responses, great service. It worked for me to set the default to UTF-8 and writing Icelandic letters even seems to work after...

Removed the High Priority flag. The suggested improvements remaining to be completed are not high priority right now.

Removing the High Priority label. We have a little bit of time, since the spec won't be ready until Q1 2017.

Specification references below. Note: I don't see an explicit rule stating that each template variable in a path key has to have a corresponding path parameter definition. So maybe we...

Hello @magick93 . Thanks for your comments and suggestion. It's certainly possible to develop your own xtend generators that work with OpenAPI as an input. In fact, that's what we're...

This should be an easy fix. I've labeled it in-scope for our next sprint, and tagged it as a "good first bug." If anyone would like to take a stab...

Thanks, @nbhusare! Any schema template that includes `properties` should include an additional line specifying `type: object` to avoid the warning. For example: ```yaml SchemaWithRequiredProperty: type: object required: - property properties:...