The scheme field of the Security Scheme Object is defined as follows:
The name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235.
and subsequent examples use scheme: basic and scheme: bearer - with lowercase scheme names.
However, the Authentication Scheme Registry defines the scheme names starting with an uppercase letter:
Could you please clarify if the scheme value must be lowercase, or if both scheme: basic (as in the current examples) and scheme: Basic (as in the Auth Scheme Registry) are valid and equivalent?