xref: /openbmc/qemu/tests/qapi-schema/nested-struct-data.json (revision bfe0f6b02a4d76bcdc05f50e03667447f6069445)
1# {} is not a valid type reference
2{ 'command': 'foo',
3  'data': { 'a' : { 'type': {} }, 'b' : 'str' } }
4