issues
search
MarketSquare
/
roboswag
Apache License 2.0
26
stars
2
forks
source link
Fix issues while parsing OpenApi v2 file
#43
Closed
bhirsz
closed
2 years ago
bhirsz
commented
2 years ago
Several fixes (together with the tests):
If the definition didn't have properties, it defaulted to empty list while roboswag expected dict
Refatored pythonify name method to be more efficient
If the model didn't have any properties, it failed to generate
Properties can contain names which are reserved words in Python (like global) and it failed to generate
Fixes #36
Several fixes (together with the tests):
Fixes #36