restdocs-api-spec icon indicating copy to clipboard operation
restdocs-api-spec copied to clipboard

GH-178 Fix StackOverflowError in JSON schema generator

Open ozscheyge opened this issue 4 years ago • 0 comments

https://github.com/ePages-de/restdocs-api-spec/issues/178

Using

FieldDescriptor("some[*].foo", "some", "Object"),
FieldDescriptor("some[*].bar", "some", "Object")

(both with wildcard) or

FieldDescriptor("some[].foo", "some", "Object"),
FieldDescriptor("some[].bar", "some", "Object")

(both without wildcard) pass, just a mixture fails with StackOverflowError.

ozscheyge avatar Jul 07 '21 07:07 ozscheyge