We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845a731 commit e668cecCopy full SHA for e668cec
1 file changed
__tests__/example.yaml
@@ -17,8 +17,7 @@ components:
17
maximum: 9999
18
Id:
19
type: string
20
- User:
21
- &a1
+ User: &a1
22
type: object
23
required:
24
- name
@@ -108,8 +107,7 @@ paths:
108
107
delete:
109
operationId: deleteUserByIdCommand
110
security:
111
- - HttpBearerJwtScheme:
112
- &a2
+ - HttpBearerJwtScheme: &a2
113
- users.delete
114
tags:
115
- user
0 commit comments