Parser - Swagger - Migration TODO
JonathanMontane opened this issue · 2 comments
JonathanMontane commented
TODO
- Improve support for parameters of type
array
, as they behave very differently from other types - Improve path parameter support by saving them in environment variables
- Remove
schema
field fromResponse
, since it has been moved into parameters
Potential TODO
- Support
tags
andoperationId
? - Support
^x-.*
patterns ? - Merge
_extractResponseExternals
and_extractExternals
- Merge
_extractResponseBodies
and_extractBodies
-- behaviors are somewhat different, not merged
Note: This list will be updated as we progress in the migration
JonathanMontane commented
We are now supporting the ^x-
patterns that we generate with our serializer, which should help reduce the quantity of data loss.
JonathanMontane commented
implemented in commit 2fba116