qemu/tests/qapi-schema/union-optional-branch.json
<<
>>
Prefs
   1# union branches cannot be optional
   2{ 'union': 'Union', 'data': { '*a': 'int', 'b': 'str' } }
   3