You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
Hi,
I am trying to use this plugin with response having recursive array within model schema.
I tried something like this:
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:
The text was updated successfully, but these errors were encountered: