diff --git a/rest_framework/schemas.py b/rest_framework/schemas.py index 437413355..cdc286529 100644 --- a/rest_framework/schemas.py +++ b/rest_framework/schemas.py @@ -553,7 +553,7 @@ class SchemaGenerator(object): name=variable, location='path', required=True, - schema=schema_cls(title=title, description=description, **kwargs) + schema=schema_cls(title=title, description=description, default='', **kwargs) ) fields.append(field)