Returns the relative, descendent directory path between this module and other.
Throws if no such path exists.
For example, if module mod1 has path /dir1/mod1.pkl, and module mod2 has path /dir1/dir2/dir3/mod2.pkl,
then mod1.relativePathTo(mod2) will return List("dir2", "dir3").
A common use case is to compute the directory path between a template located at the root of a hierarchy
(say rootModule.pkl) and the currently evaluated module (accessible via the module keyword):
Lists the required security schemes to execute this operation.
The name used for each property MUST correspond to a security scheme declared in the Security Schemes under the
Components Object.
Security Requirement Objects that contain multiple schemes require that all schemes MUST be satisfied for a
request to be authorized. This enables support for scenarios where multiple query parameters or HTTP headers
are required to convey security information.
When a list of Security Requirement Objects is defined on the OpenAPI Object or Operation Object, only one of the
Security Requirement Objects in the list needs to be satisfied to authorize the request.
Various security data types.