securitySchemes:
apiKey: # arbitrary name for the security scheme type: apiKey
in: query name: X-API-KEY # name of the query parameter
securitySchemes: apiKey: # arbitrary name for the security scheme type: apiKey in: header name: X-API-KEY # name of the header, query parameter or cookie
Check the FireTail blog and research documents for up-to-date information.