xref: /openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.json (revision 266469947161aa10b1d36843580d369d5aa38589)
1# command 'data' member with dict value is (longhand) argument
2# definition, not inline complex type
3{ 'command': 'foo',
4  'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }
5