diff --git a/tests/schema/pass/operation-object-example.yaml b/tests/schema/pass/operation-object-example.yaml index 1e5bac29f1..9e98d6a5e2 100644 --- a/tests/schema/pass/operation-object-example.yaml +++ b/tests/schema/pass/operation-object-example.yaml @@ -2,6 +2,11 @@ openapi: 3.2.0 info: title: API version: 1.0.0 +components: + securitySchemes: + petstore_auth: + type: http + scheme: basic paths: /pets/{id}: put: @@ -44,4 +49,6 @@ paths: security: - petstore_auth: - write:pets - - read:pets \ No newline at end of file + - read:pets + - 'otherapi#/components/securitySchemes/generic_auth': + - read/write:*