Support RecursiveField with 'many' option (#321)
This commit is contained in:
committed by
Cristi Vîjdea
parent
76c8fe0646
commit
e538e0713a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user