Skip to content

Commit 0b03981

Browse files
committed
feat: Updated data for lint
1 parent f6751ec commit 0b03981

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

test/helper/resources/3_0-to-3_1/combiner-to-other-type/after.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ info:
55
paths:
66
/path1:
77
get:
8+
responses:
9+
'200':
10+
description: OK
11+
content:
12+
application/json:
13+
schema:
14+
type: object
815
requestBody:
916
content:
1017
'application/json':

test/helper/resources/3_0-to-3_1/combiner-to-other-type/before.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ info:
55
paths:
66
/path1:
77
get:
8+
responses:
9+
'200':
10+
description: OK
11+
content:
12+
application/json:
13+
schema:
14+
type: object
815
requestBody:
916
content:
1017
'application/json':

test/helper/resources/3_0-to-3_1/empty-schema/after.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
version: 0.1.0
55
paths:
66
/path1:
7-
post:
7+
post:
88
responses:
99
'200':
1010
description: OK

test/helper/resources/3_0-to-3_1/empty-schema/before.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
version: 0.1.0
55
paths:
66
/path1:
7-
post:
7+
post:
88
responses:
99
'200':
1010
description: OK

0 commit comments

Comments
 (0)