qemu-e2k/tests/qapi-schema/struct-member-invalid-dict.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
157 B
JSON
Raw Normal View History

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