Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / tests / qapi-schema / nested-struct-data-invalid-dict.json
blobaa37b85e194c7581fa11db30a46f31cecb3613eb
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' } }