Closed emmayank closed 10 months ago
In the following example,
Expert connect
Job
The on_action callback has the following template
on_action
{ "context": { ... }, "responses": [ { "context": { ... } } ] }
which is non compliant to beckn protocol message packet structure.
The correct response should be
{ "context": { ... }, "message": { { ... } } }
Closing this issue, as it is resolved in this pull request - https://github.com/beckn/DSEP-Specification/pull/163
In the following example,
Expert connect
Job
The
on_action
callback has the following templatewhich is non compliant to beckn protocol message packet structure.
The correct response should be