Alida Wonner

Results 2 issues of Alida Wonner

The implementations out for review are used to fix KeyError happening at fields to JSON:API schema rendering due to failing logic applied due iteration. See related issue @ https://github.com/vladmunteanu/starlette-jsonapi/issues/45.

Seems as if parameter called `fields` reaches `starlette_jsonapi.openapi.JSONAPISchemaConverter.fields2jsonschema()` method with randomly ordered keys and the fail in logic applied to the iteration over the keys the parameter called `fields` of...