1 # Reject attempts to duplicate QMP members
2 # Here, 'name' would have to appear twice on the wire, locally and
3 # indirectly for the grandparent base; the collision doesn't care that
4 # one instance is optional.
6 'data': { 'name': 'str' } }
9 'data': { 'value': 'int' } }
12 'data': { '*name': 'str' } }