- Feb 28, 2024
-
-
Jonas Gröger authored
usually we use the OAuth2 security schema. but public endpoints do not have this security constraint. callbacks don't authenticate against the called endpoint. For reference, the warning was (one example): > Every operation should have security defined on it or on the root level. > > 418 | get: > | ^^^ > 419 | operationId: get-destination-key > 420 | summary: Ruft einen JWK des Zustelldienstes ab > > Warning was generated by the security-defined rule.
-
- Jul 17, 2023
-
-
Jonas Gröger authored
-
- Jun 29, 2023
-
-
Jonas Gröger authored
-
- Oct 05, 2021
-
-
David Schwarzmann authored
-
- Sep 23, 2021
-
-
David Schwarzmann authored
Currently callback expressions don't allow referencing other operations
-
Marco Holz authored
-
Jonas Gröger authored
So we have to include it separately. It's a little more text. See https://github.com/OAI/OpenAPI-Specification/issues/417
-