Ted Epstein
Ted Epstein
From [ZEN-2696](https://modelsolv.atlassian.net/browse/ZEN-2696): The Uber Swagger examples (both single- and multi-file versions) contain the following erroneous Swagger: ``` Activities: properties: offset: type: integer format: int32 description: Position in pagination. limit: type:...
This idea was discussed in #60. There are some cases where an object failed to match one of several candidate schemas, and the error message shows the violations applicable to...
Raised in [this comment](https://marketplace.eclipse.org/comment/6190#comment-6190) on Eclipse Marketplace. In OpenAPI 3.0, the following objects have properties named `default`: * Schema Object * Server Variable Object * Responses Object Of these three,...
Extracted from #488. While editing an OpenAPI 2.0 (Swagger) or 3.0 file, extend the proposal list on $ref values to include valid objects from any JSON or YAML file in...
Extracted from #488. Provide a way to edit objects of a recognized component type (e.g. schema, parameter, response, etc.) in YAML files that do not conform to OpenAPI. Specifically: *...
In the [Security Scheme Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#securitySchemeObject), we don't currently provide any help in content assist for the `scheme` property. According to the OpenAPI spec, `scheme` should be: > The name of...
In the [Security Scheme Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#securitySchemeObject), `type` is currently treated as an unconstrained string. According to the spec: > Valid values are "apiKey", "http", "oauth2", "openIdConnect". We should validate this, and...
Validation generally doesn't happen until a document is edited. Given that OpenAPI references are sensitive changes in external documents, it would be a good idea to run validation when a...
Tags: Recognizer This is a placeholder for an issue I've seen multiple times in regular use and testing. The issue also surfaced as a support ticket from a user who...
Currently, KZOE provides the same error message on an invalid `$ref` URL, regardless of whether the problem is with the base URL (i.e. the `scheme://domain/path` part), the JSON Pointer fragment...