Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Recursive array within model schema #147

Open
QuanWan89 opened this issue Apr 10, 2020 · 0 comments
Open

Recursive array within model schema #147

QuanWan89 opened this issue Apr 10, 2020 · 0 comments

Comments

@QuanWan89
Copy link

Hi,
I am trying to use this plugin with response having recursive array within model schema.

I tried something like this:

  • name: child
    contentType: "application/json"
    schema:
    type: object
    properties:
    id:
    type: number
    child:
    type: array
    items:
    $ref: "{{model:child}}"

I get such error:
Error: The CloudFormation template is invalid: Circular dependency between resources:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant