Basic authentication is a simple authentication scheme built into the HTTP protocol. No configuration required.
{:else if schema.type === 'http' && schema.scheme === 'bearer'}Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens.
{:else if schema.type === 'apiKey'}