restdocs-api-spec
restdocs-api-spec copied to clipboard
GH-178 Fix StackOverflowError in JSON schema generator
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.