Files
xemu/tests/qapi-schema/nested-struct-data.json
T

4 lines
160 B
JSON
Raw Normal View History

2015-05-04 09:05:33 -06:00
# inline subtypes collide with our desired future use of defaults
2015-05-04 09:05:20 -06:00
{ 'command': 'foo',
'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }