Skip to content

Commit 6c0b461

Browse files
committed
fix: update API documentation for SubmissionResult schema reference
- Changed the response reference in the API documentation from '$ref' to 'schema' for the SubmissionResult, ensuring compliance with OpenAPI specifications. - This adjustment improves the clarity and accuracy of the API response structure.
1 parent 5c880ce commit 6c0b461

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

swagger.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3210,7 +3210,9 @@
32103210
"description": "Successful response",
32113211
"content": {
32123212
"application/json": {
3213-
"$ref": "#/components/schemas/SubmissionResult"
3213+
"schema": {
3214+
"$ref": "#/components/schemas/SubmissionResult"
3215+
}
32143216
}
32153217
}
32163218
},

0 commit comments

Comments
 (0)