{ "names-can_contain!anything Really": "foo", | |
"flatFoo": 123, | |
"flatBar": "abc", | |
"renamed-flatBaz": {"hello": true}, | |
"flatQux": "cba", | |
"pfx.foo": "this is a long string in order to force multi-line pretty printing", | |
"pfx.renamed-bar": 321, | |
"pfx.baz": {"hello": true}, | |
"pfx.xfp.qux": "fed", | |
"union-type": "renamed-bar", | |
"barMember": 789, | |
"multiMember": "ghi", | |
"dependency": {"renamed-foo": "corge"}, | |
"simpleGroup": {"renamed-grault": "garply"}, | |
"enums": ["qux", "renamed-bar", "foo", "renamed-baz"], | |
"innerJson": [123, "hello", {"object": true}], | |
"testBase64": "ZnJlZA==", | |
"testHex": "706c756768", | |
"bUnion": "renamed-bar", | |
"bValue": 678, | |
"externalUnion": {"type": "bar", "value": "cba"}, | |
"unionWithVoid": {"type": "voidValue"} } |