ContractNegotiationTerminationMessageSchema
@typestringrequired
Example: 
ContractNegotiationTerminationMessageconsumerPidstringrequired
Example: 
urn:example:consumerPidproviderPidstringrequired
Example: 
urn:example:providerPidcodestring
Example: 
USER_CANCELLEDreason object[]required
Array [
@valuestringrequired
Example: 
This is a sentence.@languagestringrequired
Example: 
en]
ContractNegotiationTerminationMessageSchema
{
  "@type": "ContractNegotiationTerminationMessage",
  "consumerPid": "urn:example:consumerPid",
  "providerPid": "urn:example:providerPid",
  "code": "USER_CANCELLED",
  "reason": [
    {
      "language": "en",
      "text": "User cancelled negotiation."
    },
    {
      "language": "nl",
      "text": "Gebruiker heeft de onderhandeling geannuleerd."
    }
  ]
}