RepreZen / KaiZen-OpenAPI-Editor

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

[ZEN-4710] OAS3 Validation: Property required but not defined should be a warning, not an error #479

Closed ghillairet closed 5 years ago

ghillairet commented 5 years ago

This PR changes marker level from error to warning for errors related to required properties and changes the phrasing of those errors.

screen shot 2019-01-08 at 16 22 10

screen shot 2019-01-08 at 16 22 38

tedepstein commented 5 years ago

Passed code review. @ghillairet , is there a way I can test this before merging and integrating into API Studio?

ghillairet commented 5 years ago

@tedepstein You can test by installing the update site from the build http://build.reprezen.com:8111/viewLog.html?buildId=7717&tab=artifacts&buildTypeId=KaiZenOpenAPIEditor_Build#!-1o7qda7gbio3k

tedepstein commented 5 years ago

Passed QA. Merging.