summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-boxed-empty.json
blob: 52717e065fff7ab6345e9e6b95ae6f91973a429f (plain)
1
2
3
# 'boxed' requires a non-empty type
{ 'struct': 'Empty', 'data': {} }
{ 'command': 'foo', 'boxed': true, 'data': 'Empty' }