diff options
Diffstat (limited to 'tests/qapi-schema/nested-struct-returns.json')
| -rw-r--r-- | tests/qapi-schema/nested-struct-returns.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/nested-struct-returns.json b/tests/qapi-schema/nested-struct-returns.json new file mode 100644 index 0000000000..5a46840b71 --- /dev/null +++ b/tests/qapi-schema/nested-struct-returns.json @@ -0,0 +1,3 @@ +# FIXME: inline subtypes collide with our desired future use of defaults +{ 'command': 'foo', + 'returns': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } } |