Support RecursiveField with 'many' option (#321)

This commit is contained in:
Roman Sichny
2019-02-25 20:59:35 +02:00
committed by Cristi Vîjdea
parent 76c8fe0646
commit e538e0713a
3 changed files with 19 additions and 4 deletions
+5
View File
@@ -1617,6 +1617,7 @@ definitions:
required:
- title
- children
- many_children
type: object
properties:
id:
@@ -1632,6 +1633,10 @@ definitions:
type: array
items:
$ref: '#/definitions/TodoTree'
many_children:
type: array
items:
$ref: '#/definitions/TodoTree'
TodoYetAnother:
required:
- title