I was investigating why sway is 10.4 MB. A good chunk of that size is related to json-schema-faker and its dependencies (4.2 MB). Digging into the code, it only seems to be used by getSample. Is this feature really necessary? I mean, getExample can provide much better samples.
I was investigating why sway is 10.4 MB. A good chunk of that size is related to
json-schema-faker
and its dependencies (4.2 MB). Digging into the code, it only seems to be used bygetSample
. Is this feature really necessary? I mean,getExample
can provide much better samples.