Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation missing security field #154

Open
Folyd opened this issue Dec 30, 2024 · 0 comments
Open

Operation missing security field #154

Folyd opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Folyd
Copy link
Contributor

Folyd commented Dec 30, 2024

According to https://spec.openapis.org/oas/v3.1.0#fixed-fields-7.

// FIXME: Implement
// /// A declaration of which security mechanisms can be used for this operation. The list of
// /// values includes alternative security requirement objects that can be used. Only one
// /// of the security requirement objects need to be satisfied to authorize a request.
// /// This definition overrides any declared top-level
// /// [`security`](https://spec.openapis.org/oas/v3.1.0#oasSecurity).
// /// To remove a top-level security declaration, an empty array can be used.
// pub security: Option<SecurityRequirement>,

@robjtede robjtede added enhancement New feature or request good first issue Good for newcomers labels Dec 30, 2024
@robjtede robjtede self-assigned this Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants