14ac0e8a4022a2c78472d2a1db0a40f9c03fe325
[kvmfornfv.git] / qemu / tests / qapi-schema / duplicate-key.json
1 # QAPI cannot include the same key more than once in any {}
2 { 'key': 'value',
3   'key': 'value' }