Skip to main content
Version: Next

ContractNegotiationTerminationMessageSchema

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