File tree 4 files changed +934
-2061
lines changed
__tests__/commands/openapi/__snapshots__
4 files changed +934
-2061
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ REQUIRED must have required property 'url'
156
156
7 | },
157
157
8 | "servers": [
158
158
> 9 | {
159
- | ^ ☹️ url is missing here !
159
+ | ^ url is missing here !
160
160
10 | " urll" : " http://petstore.swagger.io/v2"
161
161
11 | }
162
162
12 | ],
@@ -166,7 +166,7 @@ ADDITIONAL PROPERTY must NOT have additional properties
166
166
24 | "/pet/findByStatus": {
167
167
25 | " get" : {
168
168
> 26 | " tagss" : [
169
- | ^^^^^^^ 😲 tagss is not expected to be here !
169
+ | ^^^^^^^ tagss is not expected to be here !
170
170
27 | " pet"
171
171
28 | ],
172
172
29 | " summary" : " Finds Pets by status" ,]
@@ -182,7 +182,7 @@ REQUIRED must have required property 'name'
182
182
24 | " components" : {
183
183
25 | " securitySchemes" : {
184
184
> 26 | " tlsAuth" : {
185
- | ^ ☹️ name is missing here!
185
+ | ^ name is missing here!
186
186
27 | " type" : " mutualTLS"
187
187
28 | }
188
188
29 | }]
@@ -196,7 +196,7 @@ ADDITIONAL PROPERTY must NOT have additional properties
196
196
23 | " description" : " Find out more" ,
197
197
24 | " url" : " http://swagger.io" ,
198
198
> 25 | " this-shouldnt-be-here" : true
199
- | ^^^^^^^^^^^^^^^^^^^^^^^ 😲 this - shouldnt - be - here is not expected to be here !
199
+ | ^^^^^^^^^^^^^^^^^^^^^^^ this - shouldnt - be - here is not expected to be here !
200
200
26 | }
201
201
27 | }
202
202
28 | ],]
You can’t perform that action at this time.
0 commit comments