OpenAPI 3.x security requirements and scope-based permission modeling
Implementing a least-privilege security model in OpenAPI 3.x requires a decision on how to represent fine-grained permissions within the security array. While the specification allows for the definition of securitySchemes under components, there is ambiguity in how to best map complex server-side authorization policies to the documentation. The current chall