Oliver

Results 3 issues of Oliver

Hey, This project covers all the use-cases of ePages GmbH for quite some time already and I'm the sole maintainer atm. Since there is great outside interest in and dependence...

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...

WIP

Under certain conditions, the recursion in jsonschema generator does not terminate. ## Cause Problem occurs, when field descriptors JSON paths are used with both `[]` and `[*]` to document array...

bug