KaiZen-OpenAPI-Editor icon indicating copy to clipboard operation
KaiZen-OpenAPI-Editor copied to clipboard

OAS3 - Add validation & content assist for `type` in Security Scheme Object

Open tedepstein opened this issue 7 years ago • 0 comments

In the Security Scheme Object, type is currently treated as an unconstrained string.

According to the spec:

Valid values are "apiKey", "http", "oauth2", "openIdConnect".

We should validate this, and should offer valid values in code assist.

tedepstein avatar Jun 06 '18 13:06 tedepstein