We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Security Scheme Object, we don't currently provide any help in content assist for the scheme property.
scheme
According to the OpenAPI spec, scheme should be:
The name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235.
We might not want to validate this, since the registry is subject to change. But we could take current values and make them available in code assist.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Security Scheme Object, we don't currently provide any help in content assist for the
scheme
property.According to the OpenAPI spec,
scheme
should be:We might not want to validate this, since the registry is subject to change. But we could take current values and make them available in code assist.
The text was updated successfully, but these errors were encountered: