]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/alternate-base.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / alternate-base.json
index 66edc89640d2319622ed5de97f2d2a078c29c0be..529430ecf2f26a010b4663dcb74a7c04eb4d9ff7 100644 (file)
@@ -1,5 +1,5 @@
 # we reject alternate with base type
-{ 'type': 'Base',
+{ 'struct': 'Base',
   'data': { 'string': 'str' } }
 { 'alternate': 'Alt',
   'base': 'Base',