type: object
properties:
  id:
    type: integer
    format: int64
  children:
    type: array
    items:
      $ref: RecursiveByRemote.yaml
