| { | |
| "structures": [ | |
| { | |
| "type": "standard", | |
| "transaction_len": 2 | |
| } | |
| ], | |
| "services": [{ | |
| "name": "TEST", | |
| "type": "0x42", | |
| "message_structure": "standard", | |
| "result_structure": "standard", | |
| "messages": [ | |
| { | |
| "name": "Test", | |
| "type": "0x0120", | |
| "version": "1.0", | |
| "request": [], | |
| "response": [ | |
| { | |
| "param": "blah", | |
| "id": "0x01", | |
| "type": "string" | |
| } | |
| ] | |
| } | |
| ] | |
| }] | |
| } |