We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e65ae9 commit 3a29634Copy full SHA for 3a29634
rest_framework/schemas/openapi.py
@@ -64,7 +64,7 @@ def get_schema(self, request=None, public=False):
64
schema = {
65
'openapi': '3.0.2',
66
'info': self.get_info(),
67
- 'paths': paths
+ 'paths': paths,
68
}
69
70
if len(components_schemas) > 0:
0 commit comments