Enlist the examples

pull/977/head
Travis Ralston 6 years ago
parent 9fa838d3e8
commit acf9632afc

@ -406,7 +406,7 @@ def get_example_for_schema(schema):
items = schema['items']
if isinstance(items, list):
return [get_example_for_schema(i) for i in items]
return get_example_for_schema(items)
return [get_example_for_schema(items)]
if proptype == 'integer':
return 0

Loading…
Cancel
Save