aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/features-unknown-key.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/features-unknown-key.json')
-rw-r--r--tests/qapi-schema/features-unknown-key.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/features-unknown-key.json b/tests/qapi-schema/features-unknown-key.json
new file mode 100644
index 0000000000..134df3b503
--- /dev/null
+++ b/tests/qapi-schema/features-unknown-key.json
@@ -0,0 +1,3 @@
+{ 'struct': 'FeatureStruct0',
+ 'data': { 'foo': 'int' },
+ 'features': [ { 'name': 'bar', 'colour': 'red' } ] }