File tree Expand file tree Collapse file tree
tests/fixtures/json_validation Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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"
You can’t perform that action at this time.
0 commit comments