RepreZen / KaiZen-OpenAPI-Editor

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

Validate OpenAPI Document when Opened #447

Open tedepstein opened 6 years ago

tedepstein commented 6 years ago

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 document is first opened in the editor.

More sophisticated validation state management could also be added to later releases, but this one should be easy.