Alex Spurling

Results 4 issues of Alex Spurling

I have the following dummy openapi schema adapted from a json schema generated by a real API. This schema cannot be parsed by openapi-fuzzer 0.1.3 (built from master commit 7da1471)...

In the first example in the documentation of a simple form, the input field is considered to be valid on first load even though no value exists in the field....

bug

The current documentation for the Java API client is out of date. It shows an example with the following code: ``` SearchForHits request = new SearchForHits() .setIndexName("") .setQuery("my aloglia ojbect");...