Incorporate securitySchemes
e.g.
security:
- LROrgId: []
- BearerToken: []
components:
parameters: {}
securitySchemes:
LROrgId:
type: apiKey
in: header
name: LR-Org-Id
BearerToken:
type: http
scheme: bearer
Useful to call out and the above are the standard auth and org ID specifications.
Does anyone know what is it we are asking to be done here?
this is partially resolved by https://github.com/LiveRamp/reslang/issues/159, but it might not be surfaced as well in the api doc renderer as using the a semantic openapi field like securitySchemes. Not sure. Seems low priority now that we have arbitrary HTTP header support.
It's also mostly duplicative of https://github.com/LiveRamp/reslang/issues/21 (which we closed because it was partially resolved by https://github.com/LiveRamp/reslang/issues/159)