Skip to main content
Version: Next

ContractNegotiationTerminationMessageSchema

@typestringrequired
Example: ContractNegotiationTerminationMessage
consumerPidstringrequired
Example: urn:example:consumerPid
providerPidstringrequired
Example: urn:example:providerPid
codestring
Example: USER_CANCELLED
reason[]
Example: ["User cancelled negotiation."]
ContractNegotiationTerminationMessageSchema
{
"@type": "ContractNegotiationTerminationMessage",
"consumerPid": "urn:example:consumerPid",
"providerPid": "urn:example:providerPid",
"code": "USER_CANCELLED",
"reason": [
"User cancelled negotiation."
]
}