Files
xemu/tests/qapi-schema/args-member-array-bad.json
T

3 lines
128 B
JSON
Raw Normal View History

2015-05-04 09:05:21 -06:00
# we reject data if it does not contain a valid array type
2015-05-04 09:05:20 -06:00
{ 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }