Skip to main content
Version: Next

ContractNegotiationEventMessageSchema

@typestringrequired
Example: dspace:ContractNegotiationEventMessage
dspace:consumerPidstringrequired
Example: urn:example:consumerPid
dspace:providerPidstringrequired
Example: urn:example:providerPid
dspace:eventTypestringrequired
Example: NEGOTIATION_STARTED
ContractNegotiationEventMessageSchema
{
"@type": "dspace:ContractNegotiationEventMessage",
"dspace:consumerPid": "urn:example:consumerPid",
"dspace:providerPid": "urn:example:providerPid",
"dspace:eventType": "NEGOTIATION_STARTED"
}