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