mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Enlist the examples
This commit is contained in:
parent
9fa838d3e8
commit
acf9632afc
|
|
@ -406,7 +406,7 @@ def get_example_for_schema(schema):
|
||||||
items = schema['items']
|
items = schema['items']
|
||||||
if isinstance(items, list):
|
if isinstance(items, list):
|
||||||
return [get_example_for_schema(i) for i in items]
|
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':
|
if proptype == 'integer':
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue