aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/nested-struct-returns.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/nested-struct-returns.json')
-rw-r--r--tests/qapi-schema/nested-struct-returns.json3
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 00000000..d2cd047f
--- /dev/null
+++ b/tests/qapi-schema/nested-struct-returns.json
@@ -0,0 +1,3 @@
+# inline subtypes collide with our desired future use of defaults
+{ 'command': 'foo',
+ 'returns': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }