ContractNegotiationTerminationMessageSchema
@typestringrequired
Example:
ContractNegotiationTerminationMessageconsumerPidstringrequired
Example:
urn:example:consumerPidproviderPidstringrequired
Example:
urn:example:providerPidcodestring
Example:
USER_CANCELLEDreason[]
Example:
["User cancelled negotiation."]ContractNegotiationTerminationMessageSchema
{
"@type": "ContractNegotiationTerminationMessage",
"consumerPid": "urn:example:consumerPid",
"providerPid": "urn:example:providerPid",
"code": "USER_CANCELLED",
"reason": [
"User cancelled negotiation."
]
}