Skip to content

Commit 3696060

Browse files
ssteinbusssebbader-sapjuliapampus
authored
Update diagram description for ContractOfferMessage (#245)
* Removing inital figure * add initial contract offer msg + diagram titles to distinguish them * Update negotiation/contract.negotiation.protocol.md Co-authored-by: Julia Pampus <72392527+juliapampus@users.noreply.github.com> --------- Co-authored-by: Sebastian Bader <s.bader@sap.com> Co-authored-by: Julia Pampus <72392527+juliapampus@users.noreply.github.com>
1 parent cbeeb07 commit 3696060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

negotiation/contract.negotiation.protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The Contract Request Message is sent by a [Consumer](../model/terminology.md#con
7676
| **Response** | [ACK](#31-ack---contract-negotiation) or [ERROR](#32-error---contract-negotiation-error) |
7777
| **Schema** | [TTL Shape](./message/shape/contract-offer-message-shape.ttl), [JSON Schema](./message/schema/contract-offer-message-schema.json) |
7878
| **Example** | [Example Initial Message](./message/example/contract-offer-message_initial.json), [Example Message](./message/example/contract-offer-message.json) |
79-
| **Diagram(s)** | ![](./message/diagram/contract-offer-message_initial.png) ![](./message/diagram/contract-offer-message.png) |
79+
| **Diagram(s)** | <p>Initial message (note the missing `consumerPid`) </p> <p>![](./message/diagram/contract-offer-message_initial.png) </p> <p/> <p> Message following a [Contract Request Message](#21-contract-request-message):</p> <p> ![](./message/diagram/contract-offer-message.png) </p> |
8080

8181
The Contract Offer Message is sent by a [Provider](../model/terminology.md#provider) to initiate a CN or to respond to a [Contract Request Message](#21-contract-request-message) sent by a [Consumer](../model/terminology.md#consumer).
8282
- If the message includes a `consumerPid` property, the request will be associated with an existing CN. If the message does not include a `consumerPid`, a new CN will be created on [Consumer](../model/terminology.md#consumer) side and the [Consumer](../model/terminology.md#consumer) selects an appropriate `consumerPid`.

0 commit comments

Comments
 (0)