swagger-merger
swagger-merger copied to clipboard
error: Maximum call stack size exceeded
I get error: Maximum call stack size exceeded
when using v1.5.1+, but it's ok with v1.4.3 and v1.5.0.
Can you provide your example? Thanks!
Hi, I have the same problem. I tried the specs from: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2021-11-01
May this can help
I am also seeing this issue when there is a circular reference.
"person": {
"properties": {
"name": {
"type": "string"
},
"spouse": {
"type": {
"$ref": "#/person" // circular reference
}
}
}
}
is there a way to fix it?
I have this problem too
Same problem here.