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
@JaredCE Let us say a model has the following structure:
data: {
id: number,
name: string;
subRows: {
id: number;
name: string;
}[]
But once it is generated,
"subRows": {
"type": "array",
"items": {
"description": "This was found to be a circular reference and has been closed off to avoid repetitive processing. This closure was made by json-schema-for-openapi v0.4.1 - please open an issue at: https://github.com/JaredCE/json-schema-to-openAPI-schema-object/issues"
}
},
I think instead of this description, the document should display the nested structure as that of the the parent.