Skip to content

Commit f4d093e

Browse files
Alex FechnerRobbeSneyders
authored andcommitted
Undid auto formatting
1 parent add47a8 commit f4d093e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

tests/fixtures/json_validation/openapi.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ components:
1212
User:
1313
type: object
1414
required:
15-
- name
15+
- name
1616
properties:
1717
user_id:
1818
type: integer
@@ -55,21 +55,21 @@ paths:
5555
content:
5656
application/json:
5757
schema:
58-
$ref: "#/components/schemas/User"
58+
$ref: '#/components/schemas/User'
5959
post:
6060
operationId: fakeapi.hello.post_user
6161
requestBody:
6262
content:
6363
application/json:
6464
schema:
65-
$ref: "#/components/schemas/User"
65+
$ref: '#/components/schemas/User'
6666
responses:
6767
200:
6868
description: User object
6969
content:
7070
application/json:
7171
schema:
72-
$ref: "#/components/schemas/User"
72+
$ref: '#/components/schemas/User'
7373
/user_with_password:
7474
get:
7575
operationId: fakeapi.hello.get_user_with_password
@@ -79,7 +79,7 @@ paths:
7979
content:
8080
application/json:
8181
schema:
82-
$ref: "#/components/schemas/User"
82+
$ref: '#/components/schemas/User'
8383

8484
/nullable_default:
8585
get:
@@ -118,6 +118,7 @@ paths:
118118
schema:
119119
$ref: "#/components/schemas/X"
120120

121+
121122
/multipart_form_json_array:
122123
post:
123124
operationId: fakeapi.hello.post_multipart_form_array
@@ -143,4 +144,4 @@ paths:
143144
schema:
144145
type: array
145146
items:
146-
$ref: "#/components/schemas/X"
147+
$ref: "#/components/schemas/X"

0 commit comments

Comments
 (0)