Skip to content

Commit 9267a9e

Browse files
committed
test linting warn/errors
1 parent 0d39b33 commit 9267a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example.1.0.0.oas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ paths:
3232
content:
3333
application/json:
3434
schema:
35-
$ref: '#/components/schemas/ApiInfo'
35+
#$ref: '#/components/schemas/ApiInfo'
3636
default:
3737
$ref: '#/components/responses/UnexpectedError'
3838

3939
/results:
4040
get:
4141
summary: List all test results
4242
description: List all test results.
43-
operationId: getResults
43+
#operationId: getResults
4444
tags:
4545
- Test Results
4646
parameters:

0 commit comments

Comments
 (0)