SecurityScheme object
Security scheme from the spec, we only support apiKey at the moment
t() :: %QuenyaParser.Object.SecurityScheme{ bearer_format: String.t(), description: String.t(), name: String.t(), position: String.t(), scheme: String.t(), type: String.t() }