xref: /openbmc/qemu/tests/qapi-schema/duplicate-key.json (revision 4142b011cac481356c6d0cf7a9046621a67484af)
1# Cannot include the same key more than once in any {}
2{ 'key': 'value',
3  'key': 'value' }
4