david-chenevert-lr
Results
1
issues of
david-chenevert-lr
TLDR: `enum.SOME_ENUM_NAME` becomes `SOMMEENUMNAME ...` which is not the spec. INPUT: ``` openapi: 3.0.1 paths: '/someendpoint': get: responses: '200': content: application/json: schema: $ref: '#/components/schemas/SomeSchema' components: parameters: {} schemas: SomeSchema: type:...