Description
I don't think this formatting of nested JSON is what we want for the 2.0.0 release:
"audioFormat": "{\"enumType\":\"my.package.AudioFormat\",\"enumName\":\"RIFF_48KHZ\"}",
should be rather simplified as
"audioFormat": {"enumType":"my.package.AudioFormat","enumName":"RIFF_48KHZ"},