Closed davinchia closed 4 years ago
yeah this shouldn't happen. looking now
this is an easy one - it's basically because my whitespace grammar rule allows no whitespace. your hunch was right. checking in after lunch along with megafix for many other fixes
fixed in anydepth-mark-2 branch. awaiting merge. https://github.com/LiveRamp/reslang/commit/7472ce48e358dc209c2f79b8053f259df7252d38
Given the following struct,
the following swagger is generated:
Instead of
outputMetaData
, the swagger has a field namedMetaData
. I suspect this is because theoutput
keyword is reserved and thus being dropped.