]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/alternate-conflict-dict.json
qapi: Use 'struct' instead of 'type' in schema
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-dict.json
index fcb3e36cd9b17d5e25c3164211b10b7a415c5210..d566cca8169c265ab12ceb710791c59172d72bcf 100644 (file)
@@ -1,7 +1,7 @@
 # we reject alternates with multiple object branches
-{ 'type': 'One',
+{ 'struct': 'One',
   'data': { 'name': 'str' } }
-{ 'type': 'Two',
+{ 'struct': 'Two',
   'data': { 'value': 'int' } }
 { 'alternate': 'Alt',
   'data': { 'one': 'One',