qemu-patch-raspberry4/tests/qapi-schema/struct-member-invalid-dict....

5 lines
157 B
JSON

# struct 'data' member with dict value is (longhand) member
# definition, not inline complex type
{ 'struct': 'Foo',
'data': { '*a': { 'case': 'foo' } } }