Tanya Fesenko
Tanya Fesenko
We use the `_key_` as a code assist proposal for the "no proposal" case, usually it means property name, or some other named element, represented as `additionalProperties` or `patternProperties` in...
Extracted from #323 "Validation of $ref property values should show error on unexpected object type" The current error message just says "Invalid object reference, the referenced object is not of...
Extracted from https://github.com/RepreZen/KaiZen-OpenAPI-Editor/pull/402#pullrequestreview-67663598 >I noted that there is a content assist proposal `_key_` present in responses > content > schema. Not sure why it is there. ![screen shot 2017-10-06 at...
Provide user-friendly content-assist suggestions for patternProperties & pattern-constrained values
Extracted from https://github.com/ModelSolv/SwagEdit/issues/30#issue-119996655: The Swagger schema defines some patternProperties, including vendor extensions, path items and responses. It also defines some string values with pattern constraints, including host and basePath. Code...
Cross-reference to RepreZen Jira: https://modelsolv.atlassian.net/browse/ZEN-3708
https://modelsolv.atlassian.net/browse/ZEN-3710
https://modelsolv.atlassian.net/browse/ZEN-3711
https://modelsolv.atlassian.net/browse/ZEN-3713
Extracted from #323. Cover the old Swagger v2 specs