Skip to content

get-security-schemes

Tool name: get-security-schemes

Get the security schemes for a specific API

Input schema

namestring, non-emptyrequired

API name, or a unique part of it

versionstring

API version

filePathstring

API definition file path

Input example
{ "name": "string", "version": "string", "filePath": "string" }

Output schema

namestring

API title.

versionstring

API version.

securitySchemesobject

Security schemes map from the OpenAPI components section.

securityArray of objects

Global security requirements defined on the OpenAPI document.

Output example
{}