We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The request message TransferTerminationMessage misses the attributes code and reason like the spec has.
TransferTerminationMessage
The request message ContractNegotiationTerminationMessage misses the attribute code like the spec defines.
ContractNegotiationTerminationMessage
control-plane, dsp-specification
support the dataspace protocol
Add the fields code and reason to the TransferTerminationMessage.
code
reason
Add the field code to the TransferTerminationMessage.
Also we have to look on the discussion in #2729 and look how the reason attribute should look like in the future.
The text was updated successfully, but these errors were encountered:
@jimmarino @ndr-brt
Any thoughts on this topic, or are you fine with this approach?
Sorry, something went wrong.
Fine with it, please check also #2729 because it could overlap with this issue
Successfully merging a pull request may close this issue.
Feature Request
The request message
TransferTerminationMessage
misses the attributes code and reason like the spec has.The request message
ContractNegotiationTerminationMessage
misses the attribute code like the spec defines.Which Areas Would Be Affected?
control-plane, dsp-specification
Why Is the Feature Desired?
support the dataspace protocol
Solution Proposal
Add the fields
code
andreason
to theTransferTerminationMessage
.Add the field
code
to theTransferTerminationMessage
.Also we have to look on the discussion in #2729 and look how the reason attribute should look like in the future.
The text was updated successfully, but these errors were encountered: