Files
xemu/tests/qapi-schema/redefined-command.json
T

4 lines
139 B
JSON
Raw Normal View History

# we reject commands defined more than once
2015-05-04 09:05:16 -06:00
{ 'command': 'foo', 'data': { 'one': 'str' } }
{ 'command': 'foo', 'data': { '*two': 'str' } }