xref: /qemu/tests/qapi-schema/alternate-unknown.json (revision 3c2758c286fbb82973471d09f5977dc5ece37137)
1ab916fadSEric Blake# we reject an alternate with unknown type in branch
2ab916fadSEric Blake{ 'alternate': 'Alt',
3*8d25dd10SEric Blake  'data': { 'unknown': 'MissingType', 'i': 'int' } }
4