diff options
author | Botond Hende <nettingman@gmail.com> | 2024-11-27 22:52:45 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-11-27 22:52:45 +0100 |
commit | 744961a1538fbb0d821c5d2a332d65fd8c6b1290 (patch) | |
tree | c64cd50642aea8d91f366cad3b2811ba5d6fada9 /responses | |
parent | 9a79c535edb655ca490c2b231aad2466951caf7f (diff) |
responses basic datastructure and deserialization
Diffstat (limited to 'responses')
-rw-r--r-- | responses/process_HesExecuteProcess.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/responses/process_HesExecuteProcess.yaml b/responses/process_HesExecuteProcess.yaml new file mode 100644 index 0000000..66653c2 --- /dev/null +++ b/responses/process_HesExecuteProcess.yaml @@ -0,0 +1,5 @@ +responses: + HesExecuteProcess: + data: + - sentences: + "Right away."
\ No newline at end of file |