Ted Epstein
Ted Epstein
When positioned to insert a new property, here:  Code assist inserts `_key_:`  And this produces an error marker with a message that is not very helpful: > Multiple...
`securityDefinitions` allows you to define security schemes; then the `security` property, applicable at multiple levels and called a "security requirements" object, allows you to apply a security scheme. The security...
In #125, the error message on line 1 includes the actual error condition, plus number of changed lines, resulting in a "multiple markers" message: ``` Multiple markers at this line...
If you invoke content assist and start typing, it filters the list until you type something that doesn't match whatever is in the list. Then the suggestion list disappears, and...
Peeling off layers to rename all of the visible elements from SwagEdit to KZOE.
I noticed that YEdit has an open issue for code folding. https://github.com/oyse/yedit/issues/21 From the author: > I have mostly working code for this in a branch. All the wiring in...
Swagger curiously allows primitive schemas, or object properties, to use `type: "null"`. But if you mistakenly specify this as `type: null` (without the quotes), SwagEdit doesn't seem to handle it...
Dicussion in [ZEN-3175](https://modelsolv.atlassian.net/browse/ZEN-3175) reveals that SwagEdit is extremely tolerant of YAML keys (at least in some cases) that are not valid strings. A Swagger spec with this `definitions` section produces...
#174 has a somewhat broad-ranging discussion about various `allOf` and `additionalProperties` limitations that SwagEdit should be aware of, and should help with by adding validations and helpful messages. One of...
[Support Ticket 137](https://support.reprezen.com/helpdesk/tickets/137) describes some known limitations of the `swagger-models` library that defines the data structures for representing a Swagger spec in Java. `swagger-models` holds the in-memory object graph produced...