This commit is contained in:
Avraham 2017-09-14 08:45:19 +00:00 committed by GitHub
commit 9203a01f1e

View File

@ -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)