RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
114 stars 11 forks source link

Allow specialized validation and editing of component objects in non-OpenAPI files #492

Open tedepstein opened 5 years ago

tedepstein commented 5 years ago

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:

tedepstein commented 5 years ago

Note: I won't try to elaborate on possible design considerations for a feature like this. I'll just say that the idea, even using a minimal design in a tightly bounded set of cases, is very difficult!