xref: /openbmc/qemu/tests/qapi-schema/ident-with-escape.out (revision e1218e48128164d0971322f4577eb3ad5f2a17f5)
1object q_empty
2enum QType ['none', 'qnull', 'qnum', 'qstring', 'qdict', 'qlist', 'qbool']
3    prefix QTYPE
4module ident-with-escape.json
5object q_obj_fooA-arg
6    member bar1: str optional=False
7command fooA q_obj_fooA-arg -> None
8   gen=True success_response=True boxed=False
9