Skip to main content
Version: Next

ContractNegotiationSchema

@idstringrequired
Example: 3f2592da-ffc9-40cb-a336-a9daa9343ce8
@typestringrequired
Example: ContractNegotiation
consumerPidstringrequired
Example: urn:example:consumerPid
providerPidstringrequired
Example: urn:example:providerPid
statestringrequired
Example: REQUESTED
ContractNegotiationSchema
{
"@id": "3f2592da-ffc9-40cb-a336-a9daa9343ce8",
"@type": "ContractNegotiation",
"consumerPid": "urn:example:consumerPid",
"providerPid": "urn:example:providerPid",
"state": "REQUESTED"
}